Implementation

One of the problems with many web projects is the short deadlines. Short deadlines means that corners are cut where one thinks there’s time to save. One of the common ways people try to save time is by starting the implementation before the design is finished. This can lead to a lot of complications further down the road. If changes are made to the design, the implementation must change as well. In some cases such changes can completely alter the way a feature is implemented.