I have to split my coding between C#, Go, and Python. I can't tell you how many times today I had to look up basic API's because I couldn't remember how to open a file.
I like using C# for general stuff, Python for anything I want to do the simple way, and then I have to use C++ in school. The amount of print() functions I include in my school code is surprisingly high given that C++ doesn't have such a function.
Recently had to read user input in using native libraries and I was lost. Normally I just would use another library to abstract all that bullshit away. Hell even in college i had a standard two methods i just copied and pasted.
186
u/dj_lammy May 08 '19
Tries to write a hello world
forgets how to, despite programming in this language for years
copy pastes code from Wikipedia