Hacker News new | ask | show | jobs
by pshirshov 1622 days ago
Learn ho to modularize and how to keep cohesion high and coupling low. Avoid horizontal dependencies, don't mix abstraction layers, learn to isolate, apply tagless final.

Use formal API definitions.

1 comments

Although these are in general great advice, it means nothing to someone without handson experience, way too generic and abstract.