Details
-
Abouthave been coding since I was 13, python developer, want to become a game dev
-
Skillspython, js, c, c++, lisp, basic, php, java, haskell, bash, lua, studying rust and go
-
LocationLatina, Italy
Joined devRant on 9/27/2017
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
-
@Stuxnet the real problem isn't the exam on paper, but a 3 hour java exam, considering that java is usually written with an IDE for a good reason, the test became more of a stamina test than a knowledge test, 3 hours, and it took me (that I'm fairly fast) more than an hour just to write all the getters and all the setters
-
Less messy than mine
-
PHP: you try to build the horse, you try the function build_horse, you try buildhorse, you try BuildHorse, you try buildHorse, and after trying every single naming convention, you build a rope to hang yourself, but it breaks
-
@jAsE-Official I didn't say "minecraft is dying", just that minecraft got worse for a long period and it's starting to get better now
The devolopers that left were bukkit's, not mojang's -
@Alice most of it's developers left due to the 2014 eula announcement, it was already dying, but that gave it the final blow
-
@Alice
Didn't know that, but having a store on a paid game is still something bad
Also, they killed bukkit, I know spigot is a thing now, but bukkit was a huge part of minecraft for most of multiplayer players
And the 2014 eula made in order to kill larger servers, it didn't really work, but it was clearly an attempt to force people to use realms
And all of this happened after microsoft acquisition, if mojang had issues with server donations and bukkit, they could have done something in the 4 years those things had been a thing by then (bukkit was released in 2010 if I recall correctly, but I might be wrong) -
@Alice
Well, on minecraft obsidian edition you have to pay real money to get new skins, texture packs and minigame/adventure maps, that ruined the experience for a lot of people, we still have java edition, but that's because microsoft has no "power" on that, only on bedrock edition -
He used duck duck go to search google, and then googled the thing
-
@Codex404 basically, java classes 😂
-
@CowBroRises it did it automatically
-
What's a girl?
-
Actually they hate you, but you'll never know 😈
-
@rootshell
I know what void means, I was talking about the empty return at the end of the function 😅 -
I usually use opaque shades of blue and dark shades of gray (or black) for dark themes
-
I know I can do it, and one of my previous teachers (the only one who actually taught me something) always told me to avoid it, since it leads to bad programming habits (like returning in the middle of the function)
-
Since it's 5 lines I'm assuming it's hello world in c
include<stdio.h>
void print_hello() {
printf("hello");
}
void print_space() {
printf(" ");
}
void print_world() {
printf("world");
}
int main(int argc, char* argv[]) {
print_hello();
print_space();
print_world();
return 0;
} -
Me:
if(cond) {
...
} else {
...
}
My programming teacher:
if ( cond )
{ ...
}
else
{ ...
}
Use what you want, but PLEASE don't write on the same line of the curly brace! -
Mercedes sushi set
Have I pronounced that correctly? -
@HelloUglyWorld
Well, I know 11 programming languages, and studying both the 12th and the 13th
For frameworks I know Kivy, brython, django, pyramid and pygames
I think I know how to get out of my comfort zone 😅 -
And I know it's a poor excuse, but every time a program works on my pc, it's 100% sure it won't on them
-
@olback I have to make an exam on those crappy computers
-
@time2code I'd like to, and I hope I'll be able to
-
I use Green on Black because I like the combination, also, it's more visible than white on black, blue on black and red on black
-
Isn't this the normal way to code?
-
Once they unplugged my ethernet cable while I was uploading shit on a server because reasons...
"You won't die if you don't play for 10 minutes!" -
My first language was lua, know that feel bro
Btw, C is THE language a programmer should start with, don't trust who says the opposite -
@balte i know, I had to catch on 2 weeks of university since I couldn't attend due to not being at home, I was basically using programming to wake me up
-
@DataSec @Double-A Java is verbose, If I consider the performance-to-verbosity ratio I can't find a case where it's better than c and python in desktop development
-
Know that feel bro
Just because I'm 19 people assumes I'm inexperienced... -
I'm 19