The Worst Programming Language Ever

Discussion in 'Programming/Html' started by mbk1969, Apr 24, 2022.

  1. mbk1969

    mbk1969 Ancient Guru

    Messages:
    14,585
    Likes Received:
    12,658
    GPU:
    GF RTX 4070
    Mark Rendle - NDC Oslo 2021
     
    Deleted member 164252 likes this.
  2. Ghosty

    Ghosty Ancient Guru

    Messages:
    7,672
    Likes Received:
    970
    GPU:
    RTX 3050
    ASCIIs or Unicode?
     
  3. He was kinda funny, but I don't agree with his stance to "GoTo" usage. The fact that the intermediate byte code (in case of C#) contains gotos is not a good argument.. to be honest, machine code contains even more gotos. The reason why we don't use gotos in general is code readability and mainly easier debugging. Debugging any code with many gotos is a tedius and stressful job a I would slap any programmer using it this way.
     
    Software Dev Expert likes this.
  4. boodikon

    boodikon Ancient Guru

    Messages:
    4,006
    Likes Received:
    104
    GPU:
    Leadtek 8800 GTS 640mb (600 core)
    Either your a zero or number one
     

  5. Ghosty

    Ghosty Ancient Guru

    Messages:
    7,672
    Likes Received:
    970
    GPU:
    RTX 3050
    That's binary.
     
    Software Dev Expert likes this.

Share This Page