11

There should be a post type “facts” || “dev hints” || something like that where we can post cool stuff we figured out..

Like how to replaceAll in JS?
“Hello ranters”.split(“e”).join(“foo”);

JS devs probably know this but I didn’t, so yeah..

Comments
  • 1
    That's actually nice way to do that! :D

    Things like this makes it so interesting to read code by someone else.
  • 1
    @okkimus that’s why I don’t like school and recommend people to learn it by doing it. Teachers often tell you that “this is THE way to do it”, when surfing on stack overflow you get creative and outside-of-the-box-thinking solutions 🤪
  • 1
    @just8littleBit
    Yeah I agree. The coding expertise comes from the hobby projects etc. via online resources. But still I think school gives a solid base for software development practices (at least in my uni).
Add Comment