• 1 Post
  • 123 Comments
Joined 11 months ago
cake
Cake day: July 12th, 2024

help-circle







  • Jankatarch@lemmy.worldtoLemmy Shitpost@lemmy.worldThe Legends is among us
    link
    fedilink
    arrow-up
    24
    arrow-down
    3
    ·
    edit-2
    3 days ago

    There are two types of programmers.

    // comment
    if(condition) {
      // comment1
      if(condition1) {
        // comment2
        if(condition2) {
          printf("hello, world\\n");
        }
      }
    }
    

    and

    // comment
    if(!condition) {
      return;
    }
    
    // comment1
    if(!condition1) {
      return;
    }
    
    // comment2
    if(!condition2) {
      return;
    }
    
    printf("hello, world\\n");
    

    And one is objectively correct.









  • When I walk around in my uni people openly talk about using chatgpt to pass their classes. When I ask for help on some lecture groupchat first 4 answers are “I just used chatgpt.”

    They gave me a whole speech about how they take academic dishonesty so seriously at the beginning but I am honestly just disappointed now. Even using solution manuals make you considered a “good student”