I started with WinForms, then WPF, UWP and finally WinUI3. The way to use them doesn’t differ much. For that, switching between doesn’t take too much effort. However, as you move on to the newer framework, you will realised there is more and more bug. Each Framework more bug than the predecessors. Some like multi-touch that results in app crash. Even the template given or the examples given from books, crashed without mercy. So it means what? Why we cannot just improve the UI without affecting functionality? WPF was fine with both. Then UWP and WinUI suppose to replace it but why will u want to replace it with something that doesn’t do well and the lack of functionality. Shouldn’t it be an improvement and ease of use compared to WPF and WinForm. It is easy to use but either lacks function or the function goes along with a bug… Is it because AI developed it or because too little AI developing it? Not sure. After developing sometimes on WinUI 3, I realised the app has a feature that is easy to use library but also introducing bugs too. Most of the time spent actually wasn’t on App features but actually spent on figuring out these bugs… if can’t then have to find leeways to avoid using it. Doing that already defeated the purpose for improvement. Will Microsoft goes down based on these new frameworks? Or they earned more as more technical enquiries will start flooding in? Hm… Fed up. Maybe i should try out even lower level programming…
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