DEV Community

Discussion on: Welcome Thread - v129

Collapse
 
sbrj profile image
Martinx

My name is MM. For ever student, learning C, know some python, c++, js, html, css, sql and kivy. I really love algoritms! So, after learn that, the rest was quite easy.

So, this is the great tip that someone gave to me: learn algoritm and logic before start a language.

logic = [
data structure is the base (stack's, queue's, search tree);
condition, loops, recursive methods;
functions and methods;
classes - POO;
Design patterns;
SOLID principes - CleanCode principes
]

all that inside logic is "almost" the same at the languages. what changes its the sintax or build in functions.
however, its more simple search for sintax of any language than study in any language about something again.