; and { | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

7th Jul 2022, 8:07 PM
Gema
Gema - avatar
4 Answers
+ 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.
7th Jul 2022, 8:12 PM
Tibor Santa
Tibor Santa - avatar
+ 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... 😭
7th Jul 2022, 10:30 PM
Felix Alcor
Felix Alcor - avatar
+ 2
I also recommend using a validator, like a linter. There are linters available for many languages. They did make my codes quite better.
8th Jul 2022, 3:27 AM
Emerson Prado
Emerson Prado - avatar
+ 1
Thanks everyone that replied!
8th Jul 2022, 5:26 AM
Gema
Gema - avatar