programming-languagesgtd

Best practices to get opened projects done and not waste time in the wrong direction


let's say that you in your new programming work your boss comes and says "hey, there is this new language X and I want you do get Y done with it", which is kind of an opened problem, in the sense that there could be 10000 different ways to achieve it. So let's suppose that you do not know the languaage X and your boss says "I need it in five days", what do you think is the best strategy to get it done?

For a perfectionist person, he/she would start to learn as much as possible about language X, so probably would run put of time and ot get it done. On the otehr side, somebody more tricky would just ooutsource it to experts in X or would do something with the objetive in mind to get the boss happy. What approach would you follow here?

And last, given an opened situation like here, where one does not know where to start exactly, how do you do it so you are sure you do not get lost in the way or you do not waste time unncesarily? I mean in terms; "umm, I do not need to learn this" or "I feel I have to go this direction" and so.

Can you recommend books/links?

Thanks


Solution

  • It would have been easier to help you if you had named language X, since I could have pointed you to specific books.

    But generally it takes a few weeks of intense work before I feel comfortable with a new language. Then comes the frameworks around that language.

    So in my humble opinion you have been given an impossible task if Y is non trivial.

    With only 5 days your best bet is read a "Language X in 5 minutes" tutorial and then just google your way through problem Y.

    Sure your code might not be "best practices" or even any good at that point, but you delivered and it probably worked.

    I am lucky because I can just go to my boss and say: "I need a month or two to become acquainted with X and frame X.Z", but if that is not an option it's time for the great google in the sky.

    And learning a new programming language is never a waste of time, it broadens your horizons. :)

    I wish you good luck.