• dependencyinjection@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Not really. Just going to post a comment I post whenever this topic comes up, related to how our company utilities it as software developers / engineers.

    Sure they make mistakes, but even when wrong it still gives a good start. Meaning in writing less syntax.

    Particularly for boring stuff.

    Example: My boss is a fan of useMemo in react, not bothered about the overhead, so I just write a comment for the repetitive stuff like sorting easier to write

    // Sort members by last name ascending
    

    And then pressing return a few times. Plus with integration in to Visual Studio Professional it will learn from your other files so if you have coding standards it’s great for that.

    Is it perfect? No. Does it same time and allow us to actually solve complex problems? Yes.