this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

:art:

+2
+1
Data/Analytics Engineering.md
··· 57 57 - [Ibis](https://github.com/ibis-project/ibis-analytics) 58 58 - [OSO](https://github.com/opensource-observer/oso) 59 59 - [Tuba](https://github.com/tuva-health/tuva) 60 + - [Department of Education for New South Wales](https://github.com/wisemuffin/nsw-doe-data-stack-in-a-box) 60 61 61 62 #### Dagster Resources 62 63
+1
Programming.md
··· 14 14 - 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. 15 15 - Complexity is the single major difficulty in the successful development of large-scale software systems. 16 16 - Write code that's easy to delete. 17 + - If you can't easily explain why something is difficult, then it's incidental complexity, which is probably worth addressing. 17 18 - Reuse [patterns](https://www.digitalocean.com/community/tutorials/gangs-of-four-gof-design-patterns). 18 19 - **Do one thing and do it well**. 19 20 - 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).