53

C Hashtag is my favorite language

Like, it's sooooooo sexy to look at
Such nice syntax

Comments
  • 8
    What date is it? Oh, right...
  • 5
    C SHARP NOT C HASHTAG
  • 1
    public static class MyStaticClass

    {

    public static int a, b, c;

    public static int CoolFeature(int a, int b, int c)

    {

    int result;

    result = a + b + c;

    return result;

    }

    }

    it's not that cool to write "public static" every time you need a public static member of the class. But yeah, nice syntax.
  • 3
    @nobes Look at today's date :)
  • 2
    My favourite languages are XML and HTML. I really like COBOL as well. It's a lot more productive than assembler 😁
  • 1
    @Pogromist That's what ReSharper is for ;)
  • 2
    @JannikHv i'm aware of that but it gives me so much pain!
Add Comment