2

What things do you keep in mind when learning a new language, when your main goal is to use it in building projects in a framework?

For eg i am beginning to learn flutter and i am finding a need to learn basic dart things like creating variables, loops, classes, functions, constructors, etc...

What are the most important "language concepts" if you may say it that?

Comments
  • 0
    Although I don't have much experience myself, one thing I can say is to just learn the OOP concepts of the language you're learning (if it's OO).

    If not, I'd say to just learn the average things needed to develop simple projects using the language. This can be from variables, loops, to methods and classes.

    This is just my opinion, but I hope it helps!
Add Comment