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
-
TheBeardedOne3149307dAs I said about about certain global events 3 years ago, it's amazing how quickly changes that we hate become normal
-
AlgoRythm50920307d@TheBeardedOne I don’t think that certain global event three years ago ever became normal for me.
-
galena7191307dI have to say it can be worse! Like who decided that variables and types need to be declared in their own files?! Damn old rotten PLC languages!
-
lorentz15268307dI still think header files suck. The information they contain is not a useful selection for humans, only for compilers. They contain information you're literally not allowed to interact with unless you're defining the class which the header declares.
-
hjk1015731306d@lorentz I partially agree with you. You can see them as interfaces, a contract. You interact with them the same way as a contract and don't care about the implementation.
That is obviously not true in a lot of cases making it feel exactly as you state.
Being a c# junkie moving to c++, I hated the archaic practice of declaring things in one file, then implementing them in another.
I have been using c++ as my main language for about two months straight now, and I went back to a c# project and I HATE not having them in separate files.
Funny, eh?
rant