justroland
justroland
CC#
Created by Dave The Magical Cheese Wizard on 4/20/2025 in #help
✅ I need help
Just picked up C# for the first time last week and already have a half working app for something that was done in many steps before using excel. I don’t know much about OOP (I’m a python guy, learnt some C in college) but googling around to fix my issues with this project has taught me A LOT about OOP.. more than doing step by step courses
11 replies
CC#
Created by Dave The Magical Cheese Wizard on 4/20/2025 in #help
✅ I need help
Yup I’ve been in tutorial hell for years. The most I’ve learnt was while trying to automate work stuff because the end goal was to solve a real problem
11 replies
CC#
Created by Dave The Magical Cheese Wizard on 4/20/2025 in #help
✅ I need help
start building something and don't memorize syntax, after you write 40 for loops it will be second nature
11 replies
CC#
Created by justroland on 4/20/2025 in #help
✅ Abstract Class vs Interface
The fun part will be figuring out how to make the GUI interact with the implementation once the backend is complete
15 replies
CC#
Created by justroland on 4/20/2025 in #help
✅ Abstract Class vs Interface
Hi, just properties and one method which is dependent on the class it belongs to. 90% of the properties are the same. Ended up creating an abstract class and I’ll have a factory class to decide which class should be instantiated at runtime
15 replies