Code second. Why? if you want readable code, design needs to be first. Because if u have different shapes button, different color button, different usage… it is very hard to group again. I have to revisit all the buttons and groups it belongs and change each one of them if it wasn’t the same group. Time were spent on trivial things like renaming and re copy paste each of the styles. You have to rewire the code which may be on the same page or different page. Addition of certain function to bridge the gap… back and fro…. I spent two months without much design though but mostly came up based on old design and the coding. Now almost 3 months but it was also the same time the designing started. But 3 months or more were given for design but gave us less 3 months for design and coding? hmm… not to say coding? shouldn’t there be a balance? Anyway, I think only after two years the design finalized 🥴 why? when the due date is next month…
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 c...
Comments
Post a Comment