Wednesday, August 02, 2006

Modularize Modularize Modularize

Four years of software engineering and years of getting that word hammered into my brain and I still failed to follow that concept at work which got me in trouble later as I have been modularizing my work for the past three days..If I did it from the start I would not have had this happen. The problem is that everything was together and I had no easy way of modifying the interface. Modifying anything on it required creating a new interface file, then copy the generated code and replace the old code in that one file I had. So I got sick of that, plus it would not be a good idea to hand that source to my prof as it was not organized at all. Now all the functionalities of the interface are in one file, and the look of it is in another that gets produced automatically by Fluid which comes with FLTK. (If you remember what I was talking about a month or so ago).

Heres a screenshot taken today:

..great...my blog does not want to upload a photo..I shall put it up later.

No comments:

Post a Comment