Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@

Collected wisdom about software development.

> “The purpose of software engineering is to control complexity, not to create it.”
Modified others repository by forking and then cloning it

Source: Jon L. Bentley, Programming Pearls

> “Understand the difference between a programmer and an engineer. A programmer writes code and an engineer builds things that work. And they're not the same thing.”

Source: [Rob Pike](https://youtu.be/RIvL2ONhFBI?t=3304)

- [10 Habits of a Good Programmer](http://hintjens.com/blog:98) by Pieter Hintjens

> "Concepts every programmer should know & use but few do: actors, state machines, model languages."

Source: [Pieter Hintjens](https://twitter.com/hintjens/status/776376001634955264)

> "People think a programming language should be a complicated ecosystem. I don't want to learn an ecosystem for a year, I just want to put 3D graphics on there."

Source: Jonathan Blow

> "We shouldn't be miserable like many of us are,"

Source: Jonathan Blow
Sindhu modified readme file