Update
This commit is contained in:
parent
c532040215
commit
1c81c177e4
12 changed files with 56 additions and 15 deletions
5
kiss.md
5
kiss.md
|
@ -8,9 +8,12 @@ Apparently the term *KISS* originated in the US Army plane engineering: the plan
|
|||
|
||||
**Examples** of KISS "[solutions](solution.md)" include:
|
||||
|
||||
- Using a [plain text](plain_text.md) TODO.txt file instead of a dedicated [bug](bug.md) tracker.
|
||||
- Using a [plain text](plain_text.md) file instead of a dedicated [bug](bug.md) tracker (TODO.txt), note taking program etc.
|
||||
- Creating website in plain [HTML](html.md) instead of using some complex web framework such as [Wordpress](wordpress.md).
|
||||
- Implementing a web left-right sweeping image gallery with HTML [iframe](iframe.md) instead of some overcomplicated [JavaScript](js.md) library. { Example stolen from [reactionary software](reactionary_software.md) website. ~drummyfish }
|
||||
- Supporting only [ASCII](ascii.md) instead of [Unicode](unicode.md), it is [good enough](good_enough.md).
|
||||
- Using a plain text file instead of a [database](database.md) system.
|
||||
- Using [markdown](markdown.md) for creating documents, as opposed to using office programs such as [Libreoffice](libreoffice.md).
|
||||
- Using a trivial [shell](shell.md) script for compiling your programs rather than a complex build system such as [CMake](cmake.md).
|
||||
- ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue