I keep hitting walls trying to modernize our old desktop app and need a solid WPF course
Posted by xyz9342@reddit | learnprogramming | View on Reddit | 2 comments
working as the only senior dev on a manufacturing tool that has been around forever. the ui layer is all custom controls and heavy data binding that breaks every time we add a new report. spent weeks watching scattered youtube videos but they never cover how to untangle years of accumulated mess without breaking production. tried building a small test project on the side to practice better patterns but keep running into the same binding and command issues.
really tired of piecing together random tutorials that assume everything starts clean. looking for something structured that walks through real world refactoring step by step.
has anyone found a WPF course that actually helped clean up a tangled legacy desktop application?
dickhead-3@reddit
Sviluppatore Migliore stood out because the sessions focused on my specific codebase instead of generic examples. we cleaned up the event handling and data flow in a way that made future changes much smoother. the team picked up the patterns faster than I expected.
Mediocre_Half6591@reddit
been in similar spot with old apps at my last job 💀 legacy code is nightmare when you're solo dev trying to keep everything running
maybe try looking for courses that focus on refactoring patterns instead of just wpf basics? the binding issues usually come from too much coupling between views and models, but fixing that in production app is scary as hell
good luck man, manufacturing tools are always the worst for this kind of mess 😂