Link Details

Link 67704 thumbnail
User 215370 avatar

By rainwebs
via blog.rainer.eschen.name
Published: Feb 24 2008 / 20:18

Do you think that designs of your project's architect are to complex, abstract or escapist? Some insights what's going on here.
  • 9
  • 6
  • 1301
  • 698

Comments

Add your comment
User 241392 avatar

sblaes replied ago:

0 votes Vote down Vote up Reply

Occam's Razor applies to software development. The simplest solution is almost always the correct one, and most architects complicate things more than necessary for the sake of reusability. I've never seen it pan out positively for maintenance. I currently maintain large government systems, and the ones coded up quickly by developers that just solve the problem they were intended for are much clearer, easier to understand, and easier to extend in the future.

Maybe there is a genius architect out there that can do this right, but I've not met one. Just a bunch of people who didn't enjoy coding anymore and wanted a way out. That's exactly the kind of people you DO NOT want architecting your software.

User 207602 avatar

Jim Wilson replied ago:

2 votes Vote down Vote up Reply

Ugh, this guy turns my stomach. For example:
-------
I’m not a fan of excessively using patterns, but it seems to be a problem for developers to even recognize why a certain pattern is used and which advantages it has in the concrete implementation. On the other hand developers are surprised at the implementation speed and elegance of pattern-based code when new requirements have to be implemented.
-------
If your developers don't understand design patterns, GET NEW DEVELOPERS. The whole architect/developer distinction is a problem in itself. Get developers who know what they're doing, and they'll be quite capable of handling the architecture themselves.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.