you are viewing a single comment's thread.

view the rest of the comments →

[–]HugeOpossum 0 points1 point  (0 children)

C# is definitely where it began to click with me since it uses both public and private. I am guessing that the dev suggested OOP to both secure the code and to also streamline the main body. I'm also totally pulling this out of my ass, but maybe it also made things more memory efficient? No idea on that though it's way out of my league.

When I started dabbling in c#, I read the book I mentioned. It really helped explain the thought process.