+ 1
What are some rookie mistakes you made when starting out?
Early mistakes can quickly turn into bad habits by accident. Does anyone have any good suggestions on what not to do when learning, to try and avoid some bad and annoying habits later on? Funny stories are usually the most memorable!
3 Antworten
+ 3
I always forget to add semi colon at the end of statement!!😂😂
+ 2
I’ve always mixed up some phrases in code a lot. I’ll try to define a variable in Lua but instead of using “local” (luas phrase) I’ll use “var” (JavaScript). It’s like learning spanish and french, then mixing words from each language.
0
Yeah, I was always told coding is just another language. That's actually one of the things that peaked my interest in it. So essentially gramme mistakes and syntax are most common?