diff options
Diffstat (limited to 'development.md')
-rw-r--r-- | development.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development.md b/development.md index 7c643a2..437443b 100644 --- a/development.md +++ b/development.md @@ -1,5 +1,15 @@ (work in progress) +As much as possible, OS-dependent functions should be put in `os.h/os-*.c`. +(But "pure" functions like `qsort_with_context`, which could +in theory be implemented on any platform with just plain C, should be put +in `util.c` even if they use OS-specific library functions.) + + +## Adding settings + +## Adding languages + ## Releasing When releasing a new version of `ted`: |