Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist98508yI still have to look up syntax for array literals every time I switch language. The Google foo is a help, not a hindrance!
-
sgoten708yWhat? Use Google.
You don't have to decorate the syntax, you just need the logic.
For example, you know that you need to stringify a JSON, Google how to do it.
You have a compile error and don't know why, search the error, when you find a solution stop for a while to understand why that works and if is a good solution for you.
The rest, knowing the sytax, patterns etc comes with time. -
I usually keep a fixed time frame to try to solve the problem on my own, if I still remain unsuccessful, I search for the logic online, once I completely understand the logic, I try coding it on my own. Because in the end logic is all that matters, not the syntax
Related Rants
-
Teezha16First day at new web dev job: Me: what IDE do you guys use? Coworker: Notepad/notepad++ M: Okay... Any version...
-
MTadder8Just had a teacher tell the class how to use block comments...
-
rhein719I: "Do you have the right version for your architecture?" He: "What" I: "Did you download the 64 bit or the 3...
So I feel like looking up solutions for my code is cheating, so I try to do it on my own for hours. Nothing I try works and the solution is usually something really simple and I feel like I'm never going to understand..
undefined
wrong
mental issue
help me