24

I really need to let this out somewhere...

Why the f...? Srsly.. Why would anyone do that? I'm joining another project. Apparently lead dev has adopted a coding style, where:

1. Every dev writes code however he likes, i.e. no clean-code requirement at all.
2. All services are crud-only. I mean all service classes. All must have those 4 methods; no more, no less.
3. Half of the business logic is inside controllers.
4. Not a single comment... Interfaces, models, etc. -- not a single one.
5. Xmls -- tabs, classes - spaces.
6. Xml schemas are downloaded with each build rather than stored downloaded once and stored locally.
7. I can keep going on and on.

Is it just me or are these some really weird decisions?

Comments
  • 0
    Loled at crud part, not only is it dumb, its a security fuckup just waiting to happen..
  • 1
    -weird +bad
  • 0
    What’s wrong with number 3? Should be all of them there?
Add Comment