Seven Deadly Sins of a Software Project
Unfortunately, the programming languages we're using are too flexible. They allow too much and forbid too little. For example, Java has nothing against you placing the entire application in one single "class" with a few thousand methods. Technically, the application will compile and run. But it's a well-known anti-pattern called a God object.
Read full article from Seven Deadly Sins of a Software Project
No comments:
Post a Comment