Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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. -
My favourite languages are XML and HTML. I really like COBOL as well. It's a lot more productive than assembler 😁
C Hashtag is my favorite language
Like, it's sooooooo sexy to look at
Such nice syntax
rant