Skip Navigation
DonjonMaister DonjonMaister @programming.dev

TTRPG fan and programmer.

Posts 6
Comments 23
๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • This is an excellent take! ๐Ÿ‘

    That said you should strive to use both functions and classes. If you can simplify your functions to allow mostly any primitive input, thatโ€™s great. It can be reused many times throughout your code. But if you have certain operations that only work with one type, then donโ€™t be afraid to use a class

    This advice looks sound. I'll definitely take it into consideration.

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • I donโ€™t like/use the class keyword in JS, because I quite like the paradigm with prototypes & stuff, and that keyword tries to make it fit into a totally different paradigm, which doesnโ€™t really work IMHO.

    I've read somewhere that Javascript is more of a prototype-oriented language rather than an object-oriented one. Do you agree with this?

    BTW, Iโ€™ve developed a few strats to have my own style in TS that I like quite a lot. I can tell more if youโ€™re interested.

    Thank you! But maybe not right now; I'm still learning the basics. Have you considered write an article about it? ๐Ÿ˜ฎ

  • The difference between an instance variable and a static variable.
  • Fun fact: I made this meme to explain my classmates static variables.

  • Lemoa is now on Flathub
  • Never heard of Lemoa, but I will definitely try. Thanks! ๐Ÿ‘

  • Only true web developers
  • Yes. Spiders are the superior web developers. They're especially good at eliminating bugs.

  • Cryptographic hash functions calculator on-line.
  • Hey, this looks pretty good. Thanks! ๐Ÿ‘

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • Yeah, I don't fully understand it either ๐Ÿ˜….

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • I think you should do whatโ€™s comfortable to you

    Good advice, but I would like to expand outside of my comfort zone to learn different styles of programming.

    but also try to adapt to the common language in each of the code bases you will be working on, so that everyone is on the same page.

    Absolutely agree with you there.

    Good luck in your journey!

    Thank you! โค๏ธ

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • TypeScript is next on my list. The loose typing of JavaScript drives me a little nuts sometimes ๐Ÿ˜….

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • As long as youโ€™re opting for composition over inheritance, itโ€™s probably fine.

    Totally agree with you there.

    Probably on the โ€œsparinglyโ€ end.

    I'm on the same train of thought as you. I feel that relying too much on class ignores the better features that JavaScript has to offer. However, I'm sure that its application is useful on the occasion where inheritance IS (but very rarely) necessary.

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?
  • Yes. This seems to be one of the common arguments against "classes": they're not exactly classes in the traditional sense, and everything you can do in JavaScript can be done so without touching the class keyword. It's basically syntactic sugar that adds more confusion to the language, or so I heard. I've read this article that explains the flaws behind with this feature: https://www.toptal.com/javascript/es6-class-chaos-keeps-js-developer-up

  • ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?

    cross-posted from: https://programming.dev/post/302850

    > Hello, everyone ๐Ÿ‘‹. I am a newcomer when it comes to JavaScript. I come from an OOP background (C# and Java). I've recently learned that ES6 has a class keyword that preforms similarly (but not exactly) to common OOP languages. Normally I would be inclined to use this feature in my projects; however, it came to my attention that the usage of class in JavaScript seems to be heavily discussed (mostly in a negative light). My questions to this community are: > > - Should it be used often, sparingly, or be outright avoided? > - What are its advantages and disadvantages? > - Are there specific cases where the usage of class excels? > > Please share your thoughts.

    6

    ๐Ÿ”ฅ Discussion ๐Ÿ”ฅ ES6 Classes. Good or Evil?

    Hello, everyone ๐Ÿ‘‹. I am a newcomer when it comes to JavaScript. I come from an OOP background (C# and Java). I've recently learned that ES6 has a class keyword that preforms similarly (but not exactly) to common OOP languages. Normally I would be inclined to use this feature in my projects; however, it came to my attention that the usage of class in JavaScript seems to be heavily discussed (mostly in a negative light). My questions to this community are:

    • Should it be used often, sparingly, or be outright avoided?
    • What are its advantages and disadvantages?
    • Are there specific cases where the usage of class excels?

    Please share your thoughts.

    27
    The Password Game
  • I quit after I got that...

  • Another day, another yak shave
  • I've never felt so identified by a meme.

  • GITar Hero
  • I Imagine the merge conflict hell that these programmers have to go through...

  • When you incorrectly implement the stop condition in your recursive function.
  • Thank you for the advice. Unfortunately I couldn't upload a .gif version; the website throws the following error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data. I image that this could be the result of a file being too big (the .gif version is 5.27MB). So at the end I decided to upload the .mp4 version (799 KB).

  • derp
  • Two years later...

  • 6 stages of debugging
  • Stage 4.5: console.log() everything.

  • Unlimited power
  • Applying the (DRY) Do Repeat Yourself principle.

  • Escape Room Concept
  • Even if you DO escape, there is no guarantee that you'd leave with your sanity intact.

  • Iโ€™ll fight anyone who disagrees
  • I have no problem with either. But I do have a problem with people who use the space bar instead of the tab key.

  • The difference between an instance variable and a static variable.

    cross-posted from: https://programming.dev/post/146762

    > !

    12

    The difference between an instance variable and a static variable.

    !

    2

    When you incorrectly implement the stop condition in your recursive function.

    cross-posted from: https://programming.dev/post/108936

    > !

    4

    When you incorrectly implement the stop condition in your recursive function.

    !

    0