this post was submitted on 01 Nov 2021
0 points (NaN% liked)

General Programming Discussion

7876 readers
7 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I'm a junior developer, and I'm looking for a book that teaches code design concepts. Clean Code is the most recommended book I saw, but it is also extremely controversial.

Any alternatives to read? I'm not a complete beginner as I have a Bachelor's degree in CS, but I'm fairly new to the concept of writing "clean code".

top 1 comments
sorted by: hot top controversial new old
[–] Helix@feddit.de 0 points 3 years ago* (last edited 3 years ago)

If you do a twelve factor app, you cover most of the "clean code" stuff by accident. Uncle Bob also coined the term Clean Architecture, which also requires you to have a sane environment for your Clean Code. The latter is a requisite for the former.

I can also recommend The Pragmatic Programmer by Andy Hunt.