From df81f4915f489d16a451c41de2b2dd7554423f27 Mon Sep 17 00:00:00 2001 From: liquidev Date: Mon, 8 Jul 2024 13:58:51 +0200 Subject: [PATCH] add treehouse/new entry about javascript --- content/treehouse/new.tree | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/treehouse/new.tree b/content/treehouse/new.tree index 9ef4c9b..7bdaec3 100644 --- a/content/treehouse/new.tree +++ b/content/treehouse/new.tree @@ -10,6 +10,14 @@ [read][page:programming/blog/tairu] +% id = "01J293BFEBT15W0Z3XF1HEFGZT" +- sometimes people call me crazy for saying that bashing JavaScript is senseless and that it's not as bad of a language as people make it out to be. +so I decided to collect my thoughts into a nice little page I can link easily. + +### JavaScript is not as bad as people make it out to be + +[why dude why][page:programming/languages/javascript] + % id = "01J0VNHPTRNC1HFXAQ790Y1EZB" - a friend of mine asked if it makes sense to define your own wrapper class for `SDL_Window` the way [Lazy Foo](https://lazyfoo.net/tutorials/SDL/10_color_keying/index.php) does it. I told him there's no reason to do that in modern C++, because `std::unique_ptr` can do everything for you anyways.