+ 6
what is the best way to remember the placement of certain things in my codes so there will be no errors?
4 Answers
+ 30
short yet descriptive variable names, comments, and organization by grouping đ
+ 12
seperation to different classes of course makes smaller files and makes it easier to find specific lines of code
+ 4
k cool
+ 4
thx