show/hide this revision's text 3 corrected spelling

Seperate your concerns!

Do not create "UBER" classes which contain allot a lot of knowledge of your domain, spread it out in logical part, so that each class has a function in the system.

Also try to decouple allot, so you can easily plug in your test/mock implementation for testing purposes.

show/hide this revision's text 2 improved formatting

Seperate your concerns!

Do not create "UBER" classes which contain allot of knowledge of your domain, spread it out in logical part, so that each class has a function in the system.

Also try to decouple allot, so you can easily plug in your test/mock implementation for testing purposes.

show/hide this revision's text 1

Seperate your concerns!

Do not create "UBER" classes which contain allot of knowledge of your domain, spread it out in logical part, so that each class has a function in the system.

Also try to decouple allot, so you can easily plug in your test/mock implementation for testing purposes.

    Post Made Community Wiki by Community