The amount I spent on learning before applying actually costed me more money until I do enough work. Still learning process is still needed even while working.
Doing things subconsciously can make the easiest problem complicated. Could be your old habits or subconscious typing or the auto correction? hm.. This one is more like my habit. It is a hard to catch error when we did like that. I was thinking what goes wrong and no matter what I did, it would not return my desired results. Turned the code that I wrote previously and just a line only which I overlooked while checking, was blocking the rest of the changes… Dangerous code is the counter code that you wrote to right a wrong or blocking the wrong from working. That’s normally a temporary solution but the solution turned out to be preventing me doing other works… sigh… 😮💨 Today’s a lucky day and I found it while doing another part… so it is good not to always focus on one problem. The other problem could be the cause from another problem or solution… If you get stuck, move on to another first.
Another thing, everyone has internet access. Most people know it. One good thing about the internet while you are coding, is to be able to know if your code sucks or rocks or about to become obsolete. They shared it online for a reason. I realised less and less works were being shared so those that you saw online can only be a guide or an insight because they are really really old code.
The ones that worked like a charm but was written 10-20 years ago might be the first to be affected but not always. Well, it turned out, true. Well, sometimes even those that was written like a year ago could become obsolete. Like Go lang, after 3 years of learning it, I went back to my lecture notes. Half not working anymore. It is a relatively new language so it bounds to have more changes than older languages. While older languages are bound to change because they are too old. You never know when.
Comments
Post a Comment