Well, I thought I am really slow when I received the design. Due date is 30th April. I received design on the 24th May, with approval that was done after that without getting informed as well. I asked for Design on the 19th April. I guess I gave them too short of a timeline but then they said they wanted it on the 30th April... From then, I received new design every one week and changes after changes, then the final design did another leap of change. I as inexperienced in this industry try to cater for that like an idiot. Change the code as they change the design. Maybe I shouldn't have compromise based on their due date but what we do have at that moment. Probably I could have done something else more important with a confirmed design. I wonder if all people in the industry is like this though. Well, this is the disadvantage of not really from this industry. I am a coder not a business person. I don't care about business but my code and how my app works. If the code sucks, imagine building a house then take them apart and rebuild and repeat. Today, you submitted a design to build a house and asked for engineer to do the building but then suddenly design not really nice, you asked the engineer to continue bulding first so we can be on time while waiting for the design. Engineer build. Designer came back with new design. Everyone cut wire here and there. Bring down a few walls and another design change. Even the foundation depended on where u want to build everything. Otherwise, you ended up with a toilet as ur bedroom. Or you kitchen as your living room.
Anyway, I am trying my best to fulfill because the guy we liased with were kind and good so, I rushed for him and hope he wasn't in trouble and we weren't in trouble.
Aside. XAML does have building sequence. Changing the building sequence will mess up with them calling back to classes that have not been built. If I changed the order, the build doesn't exist yet and I call that element, it would throw me not found. I got that after changing the structure of front end. Just an order change... Well, now I have to put them in the order that they are not appearing on screen but based on my previous code. so grid 123 will be like 312 in arrangements.
Comments
Post a Comment