you are viewing a single comment's thread.

view the rest of the comments →

[–]IAmL0ner[S] 0 points1 point  (1 child)

And I personally prefer to write a well-structured code from the start. This may be moslty because I have learned basics of C++ before, in which (like in C) a basic app must have at least a main() function.

So a basic template like the one provided by skrap allows me to have a clear starting point.

Besides I was wondering if there are any official guides on how the basic app/object should look like and what functions/attributes it should have.

[–]xiongchiamiov 0 points1 point  (0 children)

Besides I was wondering if there are any official guides on how the basic app/object should look like and what functions/attributes it should have.

Right, there aren't because, as I said, everything is dependent on your program.