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
-
QCat8048yWtf arraylist means anyway? I am sorry but the guy that came up with that name was a Goddamned piece of shit as a developer. DynamicArray would have been clear about the intent, arraylist to me is a (linked) list behaving like an array.
#WhyIHateJava -
Why do developers that know more than one language have to mix stuff.?.
Javascript is what it is. Java is what it is. Php the same.
Want something perfect? build one yourselfs -
Celes6878y@searchindex perfection is not something which has for goal to be achieved (not sure if the sentence make sense sorry xd). The community and the evolution is the most important part of a language. C++ <3
-
Celes6878y@RazorSh4rk seems lile an array list is a list backed by an array, like I just wrote in my lib. Seems like java vector is deprecated, weird :o well I learn something ^^
-
QCat8048y@RazorSh4rk it is one of the main critics of Java that it is neither consistent nor logical. Coding in Java without an IDE with autocompletion is said to be almost impossible because of that
-
You do know that Java is the ONLY language that calls it dynamically sized container an ArrayList?
90% of all other languages call it 'array' -
magnusi5828y@QCat I'd ++ you all the way to int32 overflow if I could, 100% agreement
Java w/out IDE is impossible -
nicholai8578yLiterally its just your shit Java that calls it that. They are arrays in basicly all other languages
Sincerely -
magnusi5828y@RazorSh4rk true for C/C++/C#/Java, but not for majority of other languages, especially scripting ones
Dear javascript, if your array is treated like an arraylist THEN CALL IT A FUCKING ARRAYLIST
Sincerely, a java developer
undefined