• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2023

help-circle

  • At work I mostly use C++20 for the applications (because I like money), and some Python for the continuous integration. I would like to learn more about Rust (and maybe use it for work), but I don’t have a lot of time to go beyond the basics. C++20 is easier than the old C++ but it’s still annoying sometimes.

    For personal projects, I tried Kotlin and Swift (mobile applications), Rust, and a thousand other languages that I don’t remember.


  • I think it’s a bit overblown right now like outsourcing 10 years ago, but it may change in the future and put people out of a job.

    I am scared about junior programmers though. It feels like they will try to “learn” by reading answers from ChatGPT without actually learning, searching, thinking, and failing. Failing is good when you begin because you learn what works and what doesn’t. If everyone do this, we will have a whole generation of programmers who can’t produce good code or change it.

    I already saw this trend on /r/learn_programming where half the posts were beginners asking simple questions that could be answered by “read a book,” “read the official tutorial,” or “use Google.”

    Edit: I can add that this bad trend also happened in /r/programming and /r/coding where all the posts were either about technology (off-topic) or basic programming advice.