Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@magicMirror this is what happens when you take an OOP programmer and introduce him to C, but the professor is trash.
-
@irene meant that more as I had never used a procedural language before. I'm not a fan of OOP anymore because of it.
-
@irene I've used them, yes, but never had proper instruction on data structures for each language.
-
@irene first language was Java (for 3 years) then C++, then C. Never taught formal data structures for a specific language, only in general.
Related Rants
I spent 4 hours finding a good way to instanciate golang structures. Came up with a function that returned a value or pointer and I just kept reusing the nomenclature for an entire project. Then my buddy looks over and goes, "Ethan, you're a f****** idiot", and shows me the standard nomenclature. Now I have to refactor my entire project. FML.
(Edit: typo)
rant
golang
refactoring nightmare