Skip to content

Instantly share code, notes, and snippets.

@kaini
Created October 24, 2014 22:23
Show Gist options
  • Save kaini/29c7b7ca5571896a8461 to your computer and use it in GitHub Desktop.
Save kaini/29c7b7ca5571896a8461 to your computer and use it in GitHub Desktop.
5-10 KLoC is an important waterline. In a 500 LoC throwaway, it's easy to juggle strings back and forth between loosely structured dictionaries and barely organized arrays while keeping mutable global state in randomly picked places and still get away with it safely1. 5-10 KLoC is when such soup becomes unmanageable and that's when author begins to shape it into crisp domain objects and clearly defined design patterns.
-- http://antiblog.geekyfox.net/entry/proper-typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment