Software Design: Tidy First? • 132 implied HN points • 28 Nov 25
- The piece looks at 'canonical order' in tidying code — how to pick a consistent order for things like variable declarations.
- A tiny example (int x, y vs int y, x) shows that order can change and asks whether a basic principle should decide which order is correct.
- The detailed discussion is behind a paid subscriber paywall, and the author also offers to give talks to teams or organizations.