Skip Navigation

TTRPG fan and programmer.

Posts
5
Comments
8
Joined
2 yr. ago
  • Fun fact: I made this meme to explain my classmates static variables.

  • TypeScript is next on my list. The loose typing of JavaScript drives me a little nuts sometimes 😅.

  • JavaScript @programming.dev

    đŸ”Ĩ 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.

    Programming @programming.dev

    đŸ”Ĩ 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.

  • I quit after I got that...

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

  • Two years later...

  • Programmer Humor @lemmy.ml

    The difference between an instance variable and a static variable.

    Programmer Humor @programming.dev

    The difference between an instance variable and a static variable.

  • You would think that being named Null would probably cause a problem. But Jeffrey? lol

  • I'm starting to learn full-stack development. This meme scares me, ngl.

  • The guy sitting on the chair is exactly how I felt when one of my friends explained what microservices they use for their company web application lol

  • Programmer Humor @programming.dev

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