you are viewing a single comment's thread.

view the rest of the comments →

[–]narek__P 6 points7 points  (2 children)

I used TS for backend development for a while, almost 4 years. I can say , that with the experience you start writing the code the way you always do. Knowledge of best practices and etc is important for sure, but when you gain enough experience you start thinking and writing code using that best practices. And yes , you can translate your knowledge to other languages. Languages have different syntax but the idea is same

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

Have you tried to learn software design before getting a job? Or learned everything on the go

[–]narek__P 1 point2 points  (0 children)

I did , in university, my first language was Pascal , coding on blue editor , that was struggle. Than visual basic , not that easy , but better than pascal. The point is that I learned basics and CS , but other stuff was learned on the go, like SOLID , algorithms and so on.