···5757- [Ibis](https://github.com/ibis-project/ibis-analytics)
5858- [OSO](https://github.com/opensource-observer/oso)
5959- [Tuba](https://github.com/tuva-health/tuva)
6060+- [Department of Education for New South Wales](https://github.com/wisemuffin/nsw-doe-data-stack-in-a-box)
60616162#### Dagster Resources
6263
+1
Programming.md
···1414 - Design is an iterative process. The necessary number of iterations is one more than the number you have currently done. This is true at any point in time.
1515 - Complexity is the single major difficulty in the successful development of large-scale software systems.
1616 - Write code that's easy to delete.
1717+ - If you can't easily explain why something is difficult, then it's incidental complexity, which is probably worth addressing.
1718 - Reuse [patterns](https://www.digitalocean.com/community/tutorials/gangs-of-four-gof-design-patterns).
1819- **Do one thing and do it well**.
1920 - By focusing on a single task, a program or function can eliminate much extraneous code that often results in excess overhead, unnecessary complexity, and a lack of flexibility. [Good software makes hard things easy](https://medium.com/s/story/notes-to-myself-on-software-engineering-c890f16f4e4d).