Hacker News new | ask | show | jobs
by galephico 3419 days ago
do you know where I could find those other patterns?
1 comments

You probably have already seen them. It was just things such as structured programming, decomposition into functions, layering with minimal loops between layers, interface checks for invariants, avoiding risky languages/constructs, and usage-based testing.