Stages in Life of a Web Developer

After experiencing this interesting development in my own life, I keep seeing others go through the same 3 stages:

  1. Stage 1: TOTAL HAET!
  2. Stage 2: Careful, reserved acceptance…
  3. Stage 3: TOTAL LOVE!

People in Stage 1, almost unanimously think that Javascript is “totally ghay”. They use phrases such as “a silly toy language” and generally consider it to be just a step above Visual Basic. Let me explain this for those readers who don’t hang out with programmers all day and they don’t get to learn our lovely stereotypes, and for Visual Basic folks who are probably not aware of this. In the world of software engineering, being a VB guy is a bit like wearing a mullet. In other words, it implies lack of style and sophistication and underlines the fact that you are just not keeping up with current trends. Not that there are no talented VB programmers – there are exception to every rule after all, and all stereotypes are mostly false except when they are true. ;)

Stage 1 people look at Javascript hackers, and scoff at them confident of their own superiority. They view client side scripting as a thankless, tedious job for masochists. After all, coding in Javascript is a a chore, right? You set something up and test it in Firefox, only to find out it doesn’t work in IE. Then you fix it for IE6 but it doesn’t work in IE7. Then you find out it doesn’t work in Opera. Finally you covered most of your bases and someone tells you that you need to support IE5 as well. Then IE8 comes along, and breaks your code once more. So your code branches into a tangled forest of exceptions, workarounds, hacks and mostly undocumented syntax acrobatics. This must be what programmer’s hell is like.

Most people who go through this once or twice in their career, wash their hands from client side development and declare themselves as server side dudes. Some of us however, end up working more and more with the infernal language, and eventually we end up researching ways to make the language it less painful and more powerful. And then something happens.

We discover one of the many Javascript frameworks such as JQuery, Prototype, YUI and etc. All of a sudden you have this tool – this API which gives you a comprehensive list of cross-browser functions, objects and widgets to play around. Someone already went through the browser compatibility hell and built a layer on top of it. You talk to the framework, and the framework deals with the browser bullshit that made your life so difficult initially. All of a sudden you realize that, hey – Javascript ain’t that bad actually. The language is flexible, dynamic and very expressive. It doesn’t get in your way, it doesn’t require you to write boilerplate essays, and it allows you to be as brief and cryptic or as verbose as you like. Wow…

Welcome to Stage 2. At this point many people still have their reservations. They are sure that sooner or later they will to fall back onto their old Javascript tricks and deal with the browser hell. They are convinced that there will always be exceptions and outlying cases that will make the framework a liability. They thing that at some point they are bound to run into a problem which is only compounded by the framework and will have to work around it, and around browser bullshit to fix it. So they remain cautious and vigilant. They promise themselves that they will never get roped into doing client side stuff again. They will be strictly server side from now on. They view Javascript as necessary, but manageable evil and purposefully make their trips to client-side land brief and limited in scope.

But then as they work on their JS related projects they grow to like the language. The realization that this language can do almost everything that Ruby and Python are being praised for if not more while maintaining a conservative and familiar syntax slowly starts sinking in. You can do crazy dynamic Ruby/Python like stuff without actually running yet another interpreter of VM. Javascript runs in your browser, and can run on the JVM with Rhino. If you wanted to, you could even use it on the server side with full access to Java API and leveraging the full potential of JSP without the burned of verbose, statically typed Java syntax.

A whole new world opens before you. Javascript is popular. Everyone knows a little bit of it. Everyone has a collection of hacks posted somewhere. There are volumes upon volumes written about the language. There are dozens of frameworks, millions of libraries and code snippets waiting for you to exploit them. Whatever problem you are having, there is probably an easily googlable solution for it. If the solution seems complex there is probably a framework out there which reduces it to a single function call. And if you happen to be working with Rhino you can always just call one of the countless Java API methods instead.

You just entered Stage 3. Stage 3 folks can be recognized by the smug smile glued to their face when they code in Javascript. They know that you know that they know something that you don’t. They have this inner glow, and supernatural powers – they can solve a complex issue in 3-4 lines of code. They take this silly toy language and build incredibly awesome, rich client side applications. Stage 1 person may think that Javascript is pretty much only good for sending asynchronous request to the server and making things fade in and out on the screen. Stage 4 people create impressive stuff ranging from Rhino on Rails, to a 14KB Super Mario Clone or DHTML Lemmings.

Personally I think Javascript has a bright future. It’s just that a lot of people are still stuck at Stage 1 and the stigma of toy language keeps them there indefinitely. Stage 2 is transitory and brief, and almost always results in a transition to Stage 3.

Which stage are you? Are you hating Javascript, begrudgingly accepting it or loving it? Have you experienced a similar transition, or were you one of the few people who instantly fell in love with the language? Do you think you will ever transition beyond your current stage?

This entry was posted in Uncategorized. Bookmark the permalink.



13 Responses to Stages in Life of a Web Developer

  1. Ian Clifton UNITED STATES Mozilla Firefox Linux says:

    I love it. I think JS can really be used to enhance the user experience and it’s frustrating that so many developers don’t see its value. I went through the whole transition too. Years ago, I didn’t see much value in it. Sure, it could do some cool things and even some useful things, but the effort that it took to get JS working across browsers often wasn’t worth it. Now jQuery (and similar frameworks/libraries) make things so easy. I think the next stage will be actually taking advantage of the language and really using JS, but I don’t know if I’ll get there… I don’t have as much time to play around as I’d like!

    Reply  |  Quote
  2. Jim UNITED KINGDOM Mozilla Firefox Linux says:

    > People in Stage 1, almost anonymously think that Javascript is totally ghay.

    You sound like you are twelve years old when you say things like “totally ghay”. And I think the word you are looking for is “unanimously”, not “anonymously”.

    Reply  |  Quote
  3. Luke Maciak UNITED STATES Mozilla Firefox Windows Terminalist says:

    @Jim – Well, yes. That was sort of intended tone that I wanted to represent there – the tone of uninformed ignorance. That’s why I wrote “totally ghay” in italics… Perhaps I should have used quotation marks instead… Or both.

    Also, I blame spellchecker for the anonymous thing. And my poor spelling, but mostly the spellchecker.

    :)

    Reply  |  Quote
  4. i am on stage 1
    and i dont think i will grow out of this stage before there are extreme performance-improvements in javascript interpretation… ;-)
    There aren’t just the obvious and practical explainable reasons which keep me from using javascript.. i.. just.. dislike the syntax.
    Just the other side of disliking C++ and prefering Delphi.
    I think Languages like Java or C++ are one extrem (i dont want to use) and things like PHP or Javascript the other.. i just want to stick to languages in between the extremes which serve a bit for every purpose like Pascal or Python.

    (But: Why the Hell do i like x86-Asm that much?^^)

    Reply  |  Quote
  5. Matt` UNITED KINGDOM Mozilla Firefox Windows says:

    Still at stage 0 here… the “not a web developer” stage :P

    Reply  |  Quote
  6. Luke Maciak UNITED STATES Mozilla Firefox Windows Terminalist says:

    [quote post=”2629″]i dont think i will grow out of this stage before there are extreme performance-improvements in javascript interpretation…[/quote]

    They are actually on their way. Mozilla’s tracemonkey engine will offer drastic performance increases. It will eventually become part of Firefox so it is not just some proof of concept thing. It is actually a hot research area these days.

    Oh, and if you use Rhino and compile your js scripts they get executed by JVM and get all the benefits of Java’s powerful JIT compilation.

    As for languages, my first steps were in BASIC, then I dabbled in C++ for 1 semester. My 4 years of undergraduate studies, and 2 years of grad school were all filled with Java. In the meantime I learned Perl as part of my adventures with Linux, and got into PHP and Javascript for work. These days I’m still trying to become semi-proficient in Python (I just don’t code in it enough) and keep trying to get into Ruby. Oh and I dabble in Lisp every now and then.

    Reply  |  Quote
  7. Hector SPAIN Mozilla Firefox Windows says:

    I totally love it… and always did. Really. Never went through stages 1 add 2.
    I can’t say I am on stage 3, because I lack the supernatural powers, but I am working on it.

    Reply  |  Quote
  8. Alphast NETHERLANDS Mozilla Firefox Linux Terminalist says:

    I am with Matt here… ;-)
    For me it is like a conversation of the respective merits of various injection systems in a car engine.

    Reply  |  Quote
  9. Luke Maciak UNITED STATES Mozilla Firefox Ubuntu Linux Terminalist says:

    @Matt` and @Alphast – hey, nothing wrong with that! Not everyone needs to be a developer. :)

    Reply  |  Quote
  10. Adam Kahtava CANADA Mozilla Firefox Windows says:

    JavaScript always fascinated me, but once I really understood the language. Well… we were married at stage 3.

    On the VB 6 note, I’ve met a couple VB 6 guys with mullets, and their ideas around drag & drop / auto generation / wizard programming is more distasteful than the hair.

    Reply  |  Quote
  11. Allan PHILIPPINES K-Meleon Windows says:

    i know a few JScript stuffs, and I love coding in it, though I spend most of my time coding in C/C++, Python, PHP(btw, I hate php) or Lisp

    but i can only call myself a level 1..

    i’m not in the list of stages… XD

    Reply  |  Quote
  12. Awesome post !
    Between Stage 1 and Stage 2, after figuring out how hard it was to do something that could work cross-browser, I even tried to develop my own framework…

    Reply  |  Quote
  13. JuEeHa FINLAND Mozilla Firefox Mac OS says:

    I started at Stage 3, then Stage 2, then Stage 1 and now I think javascript has its uses but not on such places as site navigation or comment section.

    Reply  |  Quote

Leave a Reply

Your email address will not be published. Required fields are marked *