• 0 Posts
  • 26 Comments
Joined 1 month ago
cake
Cake day: December 7th, 2024

help-circle






  • People learn to pass tests, and do computer labs. They have hands on experience in several computer languages. But that is a far cry from what is really needed.

    Probably most schools give the fundamentals regardless of country.

    Can’t tell who has talent until they try to work a lot; often the people who do not code on their own are not very good, period

    I think a student should at least do a few hours average work each week on their own projects , regardless of tech stack. It really shows after 4 years.

    it’s like night and day between those that do this as a hobby and go to school ; verses the people who pass tests and do group projects in the labs but don’t do anything outside of what is required.












  • I spent a lot of time using msdn Microsoft docs for windows and activex c++ back in the day. Faintly envious there are videos in the c# docs.

    I changed tech stacks, but comments and examples are awesome to use inside docs. Usually in the php, it’s the comments in the docs that are the best help, and example code and work around can be found there.

    But most php depends on the tens of thousands of projects and libraries made others: so the docs one needs is scattered in the dependencies. Some who have good docs (laravel) and some that have no docs , in which case a debugger is best way to learn.