User-written software: Difference between revisions

Content deleted Content added
No edit summary
merged content from this article into the longer and more-frequently-edited End-user development article
 
(30 intermediate revisions by 17 users not shown)
Line 1:
#REDIRECT [[End-user development]]
User software is [[computer software]] that is tailored for a specific user or users, rather than the general public.
 
==Examples==
 
Some examples of user software are:
* ''Customized programs:'' People write [[spreadsheet]] templates, [[word processor]] macros, and custom scripts to tailor general purpose applications to meet their specific needs.
* ''Small programs:'' Businessmen, engineers, and scientists write simulations to demonstrate or test specific theories. [[Graphic art]]ists write animation scripts to produce the intended animation.
* ''Configuration files:'' configuration files blur the lines between programs and data, but many configuration files can be interpreted as programs. For example, email filters are sequenced lists of criteria and actions to take.
 
Generally, the user-written software genre consists of small programs, that are designed to accomplish or test one thing. These simulations and scripts usually focus on the specific goals of the writer, and lack the polish and generality of commercial applications.
 
Occasionally, small user-written programs evolve into enormous applications. When user programs are generalized to meet the needs of many users, and get spit and polish, they evolve into self-standing applications. Some engineering and science simulations have grown to be millions of lines of code. Some personal business spreadsheets have grown into important corporate-wide applications. The [[World wide web]] began as a project to publish physics papers on the [[Internet]], and grew to become the largest software project in the world.
 
==Scope==
 
Estimates range from 2 to 25 times as many users who write software as there are professional programmers and software engineers.