Slashdot Mirror


Getting Back To Coding

New submitter rrconan writes I always feel like I'm getting old because of the constant need to learn a new tools to do the same job. At the end of projects, I get the impression that nothing changes — there are no real benefits to the new tools, and the only result is a lot of time wasted learning them instead of doing the work. We discussed this last week with Andrew Binstock's "Just Let Me Code" article, and now he's written a follow-up about reducing tool complexity and focusing on writing code. He says, "Tool vendors have several misperceptions that stand in the way. The first is a long-standing issue, which is 'featuritis': the tendency to create the perception of greater value in upgrades by adding rarely needed features. ... The second misperception is that many tool vendors view the user experience they offer as already pretty darn good. Compared with tools we had 10 years ago or more, UIs have indeed improved significantly. But they have not improved as fast as complexity has increased. And in that gap lies the problem.' Now I understand that what I thought of as "getting old" was really "getting smart."

4 of 240 comments (clear)

  1. Re:Join a Free Software Project by Austerity+Empowers · · Score: 5, Funny

    I tried but linux doesn't have a .vcproj or .sln. Someone told me they just use 'built in editors' but when I made a patch in wordpad, f5 didn't compile it.

  2. Do you speak it? by necro81 · · Score: 5, Funny

    Sounds like we need some Programming, Motherfucker!

    Do you speak it?

  3. Re:Join a Free Software Project by Anonymous+Brave+Guy · · Score: 3, Funny

    Visual Studio/Xcode casts Summon Spirits.
    Spirit appears.
    Spirit appears.
    Spirit appears.
    Spirit attacks Real Programmers.
    Real Programmers attempt to save against arrogance... and fail.
    Real Programmers have been frozen in time.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  4. Tools just get worse. by LostMyBeaver · · Score: 3, Funny

    15 years I coded with Qt professionally and came to love and adore it's quality and simplicity. I even wrote and operating system which was a microkernel and everything else was based on Qt Core.

    I wanted to make a simple project the other day and Qt failed me. It seems that code goes in without unit tests these days and shipments are made without any quality control.

    I used Qt because I'm not the typical loser Linux developer who wants to spend 50% of their time just fixing their tools or reporting bugs to package maintainers.