View RSS Feed

Uncategorized

Entries with no category

  1. Beeing conservative

    by , 02-07-2009 at 05:42 PM
    I think this is the largest problems for programmers of today. To be too conservative.

    The programming languages evolves, new programming languages are created, and others maybe not be obsolete, but will sink back in usage at least. The only language that actually has stood in this windy business is C/C++. It has lasted for more than most languages has, and especially with such a competitor as java taking place on the programming scene.

    The older programming languages ...
    Categories
    Uncategorized
  2. Procedural Programming vs Object Oriented Programming

    by , 11-08-2008 at 09:00 PM
    Just giving a few thaugts on this subject, sitting up and can't sleep, 3:37am...To start with, I mainly code PHP, just to let you get a feeling on what I'm talking about in some ways.I know the basics in OOP, that's not a problem. I've written a few classes here and there, when I have found it useful. The problem I have is that in most cases, I find the OOP less useful than procedural programming (PP now on)Is that because my codings are lacking of reusable objects? Or is this because old habits ...
    Categories
    Uncategorized