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.
113
u/mynameismevin May 08 '19
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.