KoffeeKoder



    • by Aly Boghani on 7/28/2009 10:26:02 AM
    • I agree with you completely. I think your previous job was trying to create a cms from scratch and then add admin screens to modify it. It looks like the idea to store content in db was good but approach and/or architecture were terrible. I have seen and witnessed a lot of times custom cms approach. Back to your point mentioning technical debt. Regardless of how clean app has been written, there will always be technical debt which will fuel additional programming work. Thanks for a great post.

      Aly
      http://www.net2apps.com - Rapid App Development
      http://www.net2invoice.com - Free Online Invoicing Solution

    • by Mark on 8/5/2009 5:17:50 PM
    • Nice.

      My new team has a ton of VB.Net, Winforms and MS Access code. I would rather stick a fork in my eye (eating dirt would be too easy) than touch their code.

      The previous place I was at had a bunch of apps that were developed that had XSLT that called XSLT that called ... . It was almost impossible to debug and change. I'd rather cut off a limb ....

    • by Godwin on 8/6/2009 8:36:16 PM
    • Programmers who try to do stuff like in the example you showed are the ones who eat up some companies.
      They write code like that because they want to learn more at the cost of dooming the company.

      They believe they can learn more and get better experience. Some believe that they get better jobs by learning through writing code as they want.

      It's very tough sometimes if you hire the wrong people who end up like parasites.

      It creates jobs...but drains someone's money too.
    • by Mohammad Azam on 8/7/2009 7:47:40 AM
    • @Godwin,

      I think that those programmers mentioned in the above post don't want to learn. That is why they write bad code and doom the company. If they wanted to learn more then they have researched before writing the code.
    • by Zohaib Ali on 1/5/2010 8:51:00 AM
    • Its the exact situation I'm in. Same type of CMS application where data is stored in DB and there are access applications to update it and XSLT and XHTML is involved.

      Great thing about it is its recently converted from ASP to ASP.Net using Microsoft tool. The solution opens up in VS2008 but there is alot of VBScript, ASP code going on in there.

      I haven't had any exposure to any CMS systems before so I can't even recommend them anything at this point. Any thoughts?

      I'm only here for a short period so hope these sweet months go sweet and I don't have to fork anything anywhere :)

      Great post!