Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. A great time to be a developer

A great time to be a developer

Scheduled Pinned Locked Moved The Lounge
toolsquestion
48 Posts 26 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Marc Clifton

    Tom Ollar wrote: How? It seems like they do so much already. Let's see. Testing, documentation, architecture, automatic synchronization of said, workflows (we're just now getting MWF???), better UI development tools, tools that let you build n-tier applications, etc. Most of these tools exist already but are very incomplete. Tom Ollar wrote: some are saying that better tools are making job conditions worse for the developer. For the most part, I've noticed that tools make for worse designs and dumber developers. Designs are worse, for example, if you use the IDE to develop a database app, because the persistence code is embedded in the presentation layer! Developers are dumber because they are completely reliant on the tool to do the work and are totally lost when they have to do something that the tool doesn't handle. Tom Ollar wrote: Isn't better for us the more difficult development is? As with other things, people confuse the tool with the knowledge to use the tool. Having a hammer a box of nails, and some wood does me no good if I don't know how to build a shed. Similarly, tools are useless if the programmer doesn't know how to program to begin with. Development is difficult primarily because programmers don't know how to write applications. If they did, the tools would be a lot better as well! Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

    T Offline
    T Offline
    Tom Ollar
    wrote on last edited by
    #36

    So the best tool would be one that makes the fundamentals of what it is doing obvious in some way - so that the developer can understand and keep going even when the tool falters?

    M 1 Reply Last reply
    0
    • I icabod

      The original post makes no mention of learning development. Just that now is a good time to be a developer. I've been a developer for a few years, and I consider the tools we have these days to be much better than when I started - but that doesn't imply that I want to learn development... coz I already know it.

      P Offline
      P Offline
      Prakash Nadar
      wrote on last edited by
      #37

      Peace Y :rolleyes:


      -prakash

      1 Reply Last reply
      0
      • T Tom Ollar

        So the best tool would be one that makes the fundamentals of what it is doing obvious in some way - so that the developer can understand and keep going even when the tool falters?

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #38

        Tom Ollar wrote: So the best tool would be one that makes the fundamentals of what it is doing obvious in some way - I think that's important, but I'm not sure it qualifies as the "best" tool. One of the problems with tools is that it forces you to into a paradigm that the tool (and the programmers who wrote the tool) feel is the best way to solve a problem. For example, we're forced to use the code generated by the IDE when designing UI's, even though this doesn't meet everyone's needs. The "best" tool, IMO, is abstracted enough so that you can tell it (or teach it) the paradigm for programming that you want to use, and it adapts accordingly. Such a thing doesn't exist. Instead, we have to pick a tool that is close to what we need, or write or own, or not even use a tool but wish we had one. So, it's not so much that the tool should make it obvious as to what it's doing, but that the developer should make it obvious to the tool how things should be done. A code generation template tool is an excellent example of this second kind of approach. The developer creates the template, and now the tool knows how to create the code. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

        1 Reply Last reply
        0
        • M Marc Clifton

          Tom Ollar wrote: How? It seems like they do so much already. Let's see. Testing, documentation, architecture, automatic synchronization of said, workflows (we're just now getting MWF???), better UI development tools, tools that let you build n-tier applications, etc. Most of these tools exist already but are very incomplete. Tom Ollar wrote: some are saying that better tools are making job conditions worse for the developer. For the most part, I've noticed that tools make for worse designs and dumber developers. Designs are worse, for example, if you use the IDE to develop a database app, because the persistence code is embedded in the presentation layer! Developers are dumber because they are completely reliant on the tool to do the work and are totally lost when they have to do something that the tool doesn't handle. Tom Ollar wrote: Isn't better for us the more difficult development is? As with other things, people confuse the tool with the knowledge to use the tool. Having a hammer a box of nails, and some wood does me no good if I don't know how to build a shed. Similarly, tools are useless if the programmer doesn't know how to program to begin with. Development is difficult primarily because programmers don't know how to write applications. If they did, the tools would be a lot better as well! Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

          C Offline
          C Offline
          charlieg
          wrote on last edited by
          #39

          Hey, thanks for the new product development list :) Folks, we also have an interested beta customer.... ;) C. Gilley Will program for food... My son's PDA is an M249 SAW.

          1 Reply Last reply
          0
          • N Nemanja Trifunovic

            Michael P Butler wrote: But now we've got XAML we are going to kick your ass on your own playing field. Hmmm, and they have AJAX. Have you seen the future version of Hotmail[^] yet?


            My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

            M Offline
            M Offline
            Michael P Butler
            wrote on last edited by
            #40

            Nemanja Trifunovic wrote: Hmmm, and they have AJAX. That is true, but I don't think they have a nice mature toolset yet. You can still write a more functional, user-friendly desktop app quicker than you can write an AJAX web-site with the same depth of functionality and userability. Michael CP Blog [^] Development Blog [^]

            P 1 Reply Last reply
            0
            • M Michael P Butler

              Nemanja Trifunovic wrote: Hmmm, and they have AJAX. That is true, but I don't think they have a nice mature toolset yet. You can still write a more functional, user-friendly desktop app quicker than you can write an AJAX web-site with the same depth of functionality and userability. Michael CP Blog [^] Development Blog [^]

              P Offline
              P Offline
              Paul Watson
              wrote on last edited by
              #41

              Of course but it is harder to write connectivity into a desktop app than a web-app which is by its nature connected. And in this day and age connectivity is huge. regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

              1 Reply Last reply
              0
              • L Lost User

                I can remember using Make for the first time and thinking :cool: The tigress is here :-D

                T Offline
                T Offline
                Tom Archer
                wrote on last edited by
                #42

                Yep. Remember when we had to hand-code the PVCS gets into the make file?! Windows Vista Program Manager MSDN Online MICROSOFT Windows Vista Developer Center My Microsoft Blog

                1 Reply Last reply
                0
                • T Tom Ollar

                  The value of our services has gone down then, because the tools have gotten better? Tom Ollar

                  T Offline
                  T Offline
                  Tom Archer
                  wrote on last edited by
                  #43

                  By definition if something becomes easier to use thereby incrasing your competition, then your value decreases. Windows Vista Program Manager MSDN Online MICROSOFT Windows Vista Developer Center My Microsoft Blog

                  T 1 Reply Last reply
                  0
                  • R Roger Wright

                    Tom Ollar wrote: Is this the best time to be a developer or what? Nope. Now anyone with a bootleg copy of Visual Basic .Net is a developer - just ask Microsoft. Well, maybe they'd balk at the bootleg part; no one who doesn't pay a year's salary for their tools can be a real developer. Back when computers were air-conditioned, self-contained cities, and pitiful, ignorant users had to crawl begging for help, often resorting to leaving valuable gifts on our doorsteps and flowers on our desks in the vain hope of being granted an audience with the guru of bits and bytes, now that was the heyday for developers. We were Gods, I tell you!!!! Muwahahaaaa... We who could read und understand the mysterious blinking lights on front panels, who knew which holes absolutely must be punched in the holy Hollerith cards (and which had better be left alone), who could mount and dismount hard discs all day and night without involving barnyard animals, we were the unchallenged Masters of our own, and all the nameless unwashed masses' destinies! You spoiled youngsters would be lost up a filestream without a HANDLE if we took away your fancy childrens' toys. You'd be POPping things when they should be PUSHed, leaving INT handlers with indeterminate SP register contents, and stewing in your own pragmas. ;) "...a photo album is like Life, but flat and stuck to pages." - Shog9

                    T Offline
                    T Offline
                    Tom Archer
                    wrote on last edited by
                    #44

                    I especially liked the inteviews! When a recruiter wanted to talk to any of us our gang, we would be like "Buy me a steak for lunch and let's talk". Man, those were some fun days, eh? Windows Vista Program Manager MSDN Online MICROSOFT Windows Vista Developer Center My Microsoft Blog

                    R 1 Reply Last reply
                    0
                    • N Nic Rowan

                      SIGH - yes... I never programed in FORTRAN but I did a lot of Assembly and Pascal (Yes I know it's not great but it was still fun.) I think I started programmnig right at the end of those days so I sorta just got a whiff of them. I think I'm going to start looking for a different career and keep programming as a hobby so I don't have to worry about bureaucracy and politics.


                      The man who smiles when things go wrong has thought of someone he can blame it on. If you tell a man there are 300 billion stars in the universe, he'll believe you. But if you tell him a bench has just been painted, he'll have to touch it to be sure.


                      D Offline
                      D Offline
                      David Patrick
                      wrote on last edited by
                      #45

                      Nic Rowan wrote:

                      I think I'm going to start looking for a different career and keep programming as a hobby

                      I've been thinking the same thing for the last couple of months ... specially as I'm training the offshore Indian team that will be replacing me ... but getting back to the point, for the life of me I cant think of anything else I'd rather do. "We need less government, not more. The idea that we can become a better society by having a bigger rule book is ridiculous, regardless of who is trying to change the rules" - Doug Goulden

                      1 Reply Last reply
                      0
                      • T Tom Archer

                        By definition if something becomes easier to use thereby incrasing your competition, then your value decreases. Windows Vista Program Manager MSDN Online MICROSOFT Windows Vista Developer Center My Microsoft Blog

                        T Offline
                        T Offline
                        Tom Ollar
                        wrote on last edited by
                        #46

                        Assuming tools get better... We're looking at "Flash"-like developer valuation then? In other words, it's original content creation talent that matters in the future?

                        1 Reply Last reply
                        0
                        • Q QuiJohn

                          Roger Wright wrote: ...and pitiful, ignorant users had to crawl begging for help, often resorting to leaving valuable gifts on our doorsteps and flowers on our desks in the vain hope of being granted an audience with the guru of bits and bytes... You mean your relatives/friends don't still do this? Lucky man.

                          R Offline
                          R Offline
                          Roger Wright
                          wrote on last edited by
                          #47

                          None of my relatives own computers - they know their limitations.:sigh: My friends have learned - I bite when annoyed. "...a photo album is like Life, but flat and stuck to pages." - Shog9

                          1 Reply Last reply
                          0
                          • T Tom Archer

                            I especially liked the inteviews! When a recruiter wanted to talk to any of us our gang, we would be like "Buy me a steak for lunch and let's talk". Man, those were some fun days, eh? Windows Vista Program Manager MSDN Online MICROSOFT Windows Vista Developer Center My Microsoft Blog

                            R Offline
                            R Offline
                            Roger Wright
                            wrote on last edited by
                            #48

                            Tom Archer - MSFT wrote:

                            Man, those were some fun days, eh?

                            Oh, yeah! [Cues Archie and Edith for another round of "Those were the days."]:laugh: "...a photo album is like Life, but flat and stuck to pages." - Shog9

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups