+ 1
; and {
I cant be the only one that tends to forget () {} ; and other important syntax stuff… Please tell me someone can relate D: At least most of the time the error messages tell me that I was just missing a character
4 odpowiedzi
+ 5
Using an IDE (a dedicated program to edit code) is often very helpful to get the syntax right. On mobile, coding is a huge pain.
You'll get used to it after a while, but it takes time. Be patient with yourself. By making mistakes we learn the most.
+ 3
I can only give Tibor Santa with what he said. To tell you I mostly write my Codes on Pc in Visual Studio and then Copy them on my Phone. Through I have more Problems with things like get{return x;}
set{x = value; }
Tho it can be short when you don't Work with indexer... 😭
+ 2
I also recommend using a validator, like a linter. There are linters available for many languages. They did make my codes quite better.
+ 1
Thanks everyone that replied!