Coding mental block, wants inspiration from beautiful coding

I have a mental coding block and want to draw inspiration from another coding. Where can I find beautiful coding (elegant, concise, self-documenting) to refresh my mind. Gitub may be the place to start, but I don’t know the authors to look for.

+4
source share
2 answers

Perhaps not what you had in mind, but the Beautiful Code book certainly deserves attention.

+2
source

In addition to another post, I would add maybe check some other languages. You will find beautiful concepts and new programming techniques in Scheme, Haskell, Ocaml, Clojure, Erlang, etc. Some of these languages ​​have functions that you can apply to C ++, and some of them make really nice examples in their implementation.

0
source

All Articles