Results 1 to 20 of 31

Thread: Good Developer vs Bad Developer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Good Developer vs Bad Developer

    To me the reason of this is simple and it can be described by four letters - LGPL. Back "in the old days" your Qt application had to be either Open Source or you had to pay for a commercial licence. Now you can write a closed source app without paying which causes all those would-be programmers that stopped their self development at the level of writing scripts in Visual Basic to leverage the opportunity to earn some money writing commercial software and hoping that a good development environment (tools + frameworks) will make up for their lack of skills. The sad truth is that it won't. Qt is easy provided that you know C++ well. Many people tend to forget that.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Aug 2009
    Location
    Belgium
    Posts
    310
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    10
    Thanked 31 Times in 25 Posts

    Default Re: Good Developer vs Bad Developer

    Maybe we should restrict the 'script kiddies' to using PyQt. Python is a very good scripting language and for a would-be programmer easier to learn and use than C++. And the binding with Qt is very good. (Used it 5 years ago on a Linux system, guess it only got better by now, and guess Windows works also fine.)

    Then we just have to give them 1 installer that puts Python+Qt+PyQt on their system in 1 step so we get no questions about that.

    And then we need a script-kiddy detector in the forum

    Best regards,
    Marc

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Good Developer vs Bad Developer

    Quote Originally Posted by marcvanriet View Post
    Maybe we should restrict the 'script kiddies' to using PyQt. Python is a very good scripting language and for a would-be programmer easier to learn and use than C++.
    First of all we have no way of enforcing such a restriction. Second of all people not willing to learn C++ will not be willing to learn Python. According to me the path is education, not restriction. We've been discussing some ideas during Developer Days, we'll see if we can make anything happen. But this requires time.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanked 342 Times in 324 Posts

    Default Re: Good Developer vs Bad Developer

    nice thread

    my simple thought:

    I think that good developer will tend to reuse the code, when a bad one will just try to rewrite things from scratch. Bad developers likes to write their own code, and good devs know that sometimes it's even more important to read someone else's code and try to improve and reuse it. Bad developers thinks that code written from scratch will always be better than old one.

    Good dev: "This function/class/system is a mess. Let's try to do some refactoring."
    Bad dev: "This function/class/system is a mess. I will write my own."

    Of course there can be situations when only thing left to do is to rewrite, but I think you know what I'm talking about.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.