67

In database course we should be thaught "database", not "MySQL"

In object-oriented programming course we should be thaught "object-oriented programming", not "Java"

And so on and so forth

Comments
  • 7
    So rather than focusing one most popular language that are known by the subject of course, they should focus more on the concepts and comparing different implementations and so on.

    For me who have never been and won't most likely be on a CS course. Studying theory rather than practical programming on a class sound more useful and the way it should be.
  • 7
    Then you end up with lots of "knowledge" but 0 experience on how to even write polymorphism or attach bundles. You won't even know where to start.
    If they teaching you mysql you're lucky, it was SQL query in PowerPoint for me...
  • 0
    @matt961 mysql is dead and oracle is the most used DB in business?
  • 6
    @sSam MySQL is FAR from dead.
  • 1
    Still, I think the best way to teach is with example. And what better way than teaching the most popular languages.
  • 1
    @datawraith maybe dead is a bit far fetched, but I haven't seen anyone choose MySQL for a new project, except for people who know only MySQL. Usually people go with postgres for personal/smaller projects, oracle for business/big projects and sqlite for light, clientside DB.
  • 5
    @sSam Do you come out much? 😂 MySQL is still widely used in many companies. Both big and small
  • 0
    @ChuckNorris Sure, but then it becomes wrong when the focus shifts to the "examples"
Add Comment