Hi @DCT-Berinyuy . Love the work you tried to do with this tutorial, however there are some few parts I think could be better structured .
variables
It could be better if the space for data types was separated from that for variables, and the const and final should be part of the variables chapter. So that in variables:
- you teach them how to create a variable
- what is a variable
- how to make them constant, final or late.
Data types can then be the next chapter.
OOP
The structure spreads content concerning classes in several files, I would request the classes to have their content grouped. Also if you documented more on factory methods, and more.
Hi @DCT-Berinyuy . Love the work you tried to do with this tutorial, however there are some few parts I think could be better structured .
variables
It could be better if the space for data types was separated from that for variables, and the const and final should be part of the variables chapter. So that in variables:
Data types can then be the next chapter.
OOP
The structure spreads content concerning classes in several files, I would request the classes to have their content grouped. Also if you documented more on factory methods, and more.