Please Help me out what wrong with this repository | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please Help me out what wrong with this repository

https://code.sololearn.com/c5JNaFdw8t1Z/?ref=app

29th Oct 2022, 10:48 PM
Solomon Chikwe
Solomon Chikwe - avatar
2 Answers
+ 1
You have dozens of typos in there. First line: InterfaceINote should be: interface INote (maybe... but even so it makes no sense to me) You have lots of errors with lowercase and uppercase letters, writing together the keyword and the name, putting a whitespace between the function name and the parentheses that do the invocation... And the hierarchy of your interfaces and objects is very complex and difficult to understand. I would recommend to use an IDE program that can help you formatting the code and spotting these syntax errors. I also recommend that while writing the code, build it up step by step, checking frequently that it's working so far. It is not useful to write a whole bunch of code, if it turns out that most of it is garbage.
30th Oct 2022, 9:29 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Okay sir thanks
30th Oct 2022, 12:44 PM
Solomon Chikwe
Solomon Chikwe - avatar