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
-
Alvim6357y@Torbunto 5 minutes after trying java: wtf why do you have to put systemoutput.print. bla bla bla agrs main public class bla bla bla. Fuck you java
-
I don't understand, what else do you expect from an OOP language? C#, Swift require the same,
C#: Console.WriteLine
public class xxxxx(string[] args)
Swift:
print("")
class xxxx ()
ReactJs:
class xxx extends React.Component{
render(){
console.log("some stuff")
}
}
But I totally agree with you, fuck Java, i'm happy Kotlin is now officially supported on Android, and in-fact started switching to it in my personal projects -
Why not use Intellij shortcuts though? I type "sop" for system.out.print or "psvm" for public static void main.
-
boo19974047yYeah I do hate that I have to write System.out.println() everytime I need to print something (mostly for debugging). Apart from that I do somewhat like it.
-
omg, @ dfox , do you do the thing where you delete inactive profiles? I really want @java
-m "removed unnecessary tag, dont bother the master" -
krlooss4937y@Alvim actually you will almost never use the system.out.print in an enterprise project
fuck you Java
undefined