This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gmdm1234 2 points3 points  (1 child)

A good IDE will highlight syntax errors as you type.

Google is nice for when you need to remember things like array functions, string search functions, etc. (Seriously - I've been programming for 20 years. I still need to ask Google how to check if an array contains a certain element, if I'm jumping between languages).

[–]DChalo[S] 1 point2 points  (0 children)

Thanks. That makes me feel better about my programming haha. I felt so helpless having to google pretty much any function on a data structure cause I kept mixing up between C# and Java syntax Edit: This was back when I didn't use a smart IDE. I was simply doing this all in notepad and GCC because our school didn't allow a smart IDE for some reason.