How do you get so good?
Mr.Dot
04 May 2021, 23:51How do you get so good? (javascript, attributes, turn counting, if statements, etc)
K.V.
07 May 2021, 15:21Trial and error.
AKA practice.
I know you're not talking to me, but that's how we get good at things.
EDIT
I don't consider myself good. I know just enough to be dangerous.
![](https://i.imgur.com/6mfIIbhb.gif)
Bluevoss
08 May 2021, 02:46I look at old code, shudder, then mutter "Never again!"
K.V.
08 May 2021, 03:02I look at old code, shudder, then mutter "Never again!"
I look at old code, and I wonder who wrote it. (Spoiler: it was me!)
![](https://i.imgur.com/ZgauwcOb.png)
Dgiunta100
13 May 2021, 15:09I give myself little challenges that keep me engaged. The challenges I give myself will lead to the creation of some type of product.
For example, I wanted to create if then statements, so I gave myself that task for whatever I was working on. I wanted to have characters actually battle each other, so I then took if then statements to the next level adding in attributes. Then I wanted to create basic artificial intelligence in a game so I took attributes to the next level.
I feel like if I just studied youtube videos or websites without a purpose, I would never have made a lot of progress. I needed to give myself challenges, but challenges that would be meaningful in the creation of something.
![](https://i.imgur.com/HiZKEtPb.jpg)
DarkLizerd
14 May 2021, 02:49By lots and lots of mistakes.
How else could you learn how to debug?
mrangel
14 May 2021, 19:14I like helping people. When someone posts an interesting question on the forum, I want to give them an answer. When I first looked at this forum I didn't know Squiffy, but I could still point out people's javascript problems. One of those went from a JS problem to a Squiffy problem, so I opened the person's game and skimmed through the source in Chrome's javascript console to figure out how it works.
The questions I answered, the more I thought "that can't be too hard to find", until I seem to have a decent working knowledge of the engine.