I have started learning C#
So here’s the thing: in many ways, C# is similar to Java; unfortunately, I can’t warble all those technical fancies that my senior developers (some of whom may be reading my post) have no issue mentioning since it’s been their responsibility to KNOW them. I am talking about garbage collection, memory management, and those low-level things—I haven’t gotten there yet, I guess.
Nonetheless, I find it interesting and worth sharing. For instance, it’s not like Python, where I can loosely instantiate a variable and hold onto it for use later, not really. In C#, you need it now.
I am slowly starting to understand the level of abstraction that presents itself in higher plethoras of code, and why OOP (Object Oriented Programming) changes up things…
Being lazy sometimes comes as a superpower and unlocks innovation.
Here’s to a strict typeset future ahead, with many bumps and detours that eventually make me like you, my good sir. Yes you!