|
|
|
|
|
by radicalbyte
4223 days ago
|
|
> The principles, however, can easily lead to more manageable or coherent code over time. This. 1000 times over. This is why well factored code bases can often seem to have lots of redundant classes and interfaces to inexperienced developers. It's all about maintainability over time, building bulkheads around change. > tools that generated the right code—interface builders for example The irony is that these tools often fail when the benefit is considered over time. This comes through a lack of tools - their code works badly with SCM (no domain-specific diff tools). They throw away everything we've learnt about software engineering just to win the marketing demo's. |
|