DEV Community

Discussion on: What advice would you give a CS student starting their freshman year?

Collapse
 
ryands17 profile image
Ryan Dsouza

The main thing that I would say is focus more on concepts and just don't rush to learn a lot of languages at once.
Learn concepts like closures, higher order functions, inheritance, composition and the basic data structures. Then apply those concepts in the languages that you learn. Because languages may change but the concepts will stay.