Archive for System Design

Typical IT Project

Typical IT Project

Typical IT Project

Leave a Comment

Development Good Practices

There are some general practices one may follow while writing software

1. Start with the end in mind.

In General it is also a good habit, but while development a developer must always know what is required.

2. resume oriented development takes you no where

3. Use a single point of control, like debuging, logging, application controllers, view generators etc, Its always easy to manage one piece of crap than managing a bundle.

4. code, code, code shall not be your strategy. do more test driven development.

5. Involve everyone who will be influenced by the end result from the beginning.

6. Interface does makes allot of diffrence, and sometimes it the only diffrence.

Leave a Comment

Follow

Get every new post delivered to your Inbox.