• JustinFTL@kbin.social
    link
    fedilink
    arrow-up
    6
    ·
    3 years ago

    @odama626 when my brain goes in auto-mode, mine ends up like:

    `// opens dialog window
    openDialogWindow(){

    // set dialog config
    const config = new DialogWindowConfig({…});

    // open window
    dialogWindow.Open(config);
    }`

    • TortoiseWrath@tortoisewrath.com
      link
      fedilink
      arrow-up
      2
      ·
      3 years ago

      mrw some linter yells at me for not writing [local equivalent of Javadoc] for literally every function even though we don’t even actually use it to generate documentation