diff options
| author | Richard M. Stallman | 1997-03-22 07:36:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-03-22 07:36:21 +0000 |
| commit | d17fd03514d0824371a5cb861c6aa1bacb85c54a (patch) | |
| tree | 3fb2e01aca83557d27d59ab2d784b98d0681d4e9 | |
| parent | 1097aea0300c42e90544c04c99ff2f2794c8037f (diff) | |
| download | emacs-d17fd03514d0824371a5cb861c6aa1bacb85c54a.tar.gz emacs-d17fd03514d0824371a5cb861c6aa1bacb85c54a.zip | |
Explain which tasks are better, generally.
| -rw-r--r-- | etc/tasks.texi | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index 4b0d79eeb8b..4555d64180f 100644 --- a/etc/tasks.texi +++ b/etc/tasks.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename tasks.info | 3 | @setfilename tasks.info |
| 4 | @settitle GNU Task List | 4 | @settitle GNU Task List |
| 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! | 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! |
| 6 | @set lastupdate 1 February 1997 | 6 | @set lastupdate 19 March 1997 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -53,8 +53,21 @@ tools or programming languages, we have a comparative shortage of | |||
| 53 | applications useful for non-programmer users. Therefore, we ask you to | 53 | applications useful for non-programmer users. Therefore, we ask you to |
| 54 | consider writing such a program. | 54 | consider writing such a program. |
| 55 | 55 | ||
| 56 | In general, a new program that does a completely new job advances the | 56 | Typically, a new program that does a completely new job advances |
| 57 | GNU project more than an improvement to an existing program. | 57 | the GNU project, and the free software community, more than an |
| 58 | improvement to an existing program. | ||
| 59 | |||
| 60 | Typically, new features or new programs advance the free software | ||
| 61 | community more, in the long run, than porting existing programs. One | ||
| 62 | reason is that portable new features and programs benefit people on many | ||
| 63 | platforms, not just one. At the same time, there tend to be many | ||
| 64 | volunteers for porting---so your help will be more valuable in other | ||
| 65 | areas, where volunteers are more scarce. | ||
| 66 | |||
| 67 | Typically, it is more useful to extend a program in functionality than | ||
| 68 | to improve performance. Users who use the new functionality will | ||
| 69 | appreciate it very much, if they use it; but even when they benefit from | ||
| 70 | a performance improvement, they may not consider it very important. | ||
| 58 | 71 | ||
| 59 | @node Documentation | 72 | @node Documentation |
| 60 | @chapter Documentation | 73 | @chapter Documentation |