• @essteeyou
    link
    126
    edit-2
    2 months ago
    /**
     * Gets the user
     **/
    fun getUser() {
        return this.user;
    }
    
      • @essteeyou
        link
        282 months ago

        Let me find the sequence diagram…

        • @jaybone
          link
          122 months ago

          You need the requirements doc from marketing. Then it will all totally make sense for sure. No cap.

    • Fonzie!
      link
      fedilink
      8
      edit-2
      2 months ago

      Okay now I get the joke.
      I hate these kind of people.

      By the way, your ``` both need to be on their own, separate line

      • @essteeyou
        link
        32 months ago

        It renders correctly in my client (Sync), what are you using? I’ll edit it anyway.

        • Fonzie!
          link
          fedilink
          2
          edit-2
          2 months ago

          It renders correctly on the web as well for me.

          But the ``` being on their own line is how to write it properly, as stated this website among many others.

          This way, you can put the intended programming language on the same line as the first ```, ensuring proper colour coding!

          Ex.

          echo "Hello $name\n";
          
          echo "Hello $name\n";
          

          EDIT I checked on mobile, it rendered odd on Jerboa for me:

          Screenshot of essteeyou@lemmy.world their comment in the Jerboa client before the edit

          Now it is fixed:

          Screenshot of essteeyou@lemmy.world their comment in the Jerboa client after the edit

          • @essteeyou
            link
            22 months ago

            Yep, I know, but my code isn’t in a real language.

            • Fonzie!
              link
              fedilink
              12 months ago

              You can also not do it, it was just an additional comment!

              • @essteeyou
                link
                22 months ago

                Thanks for your code review. :-D