Details
-
Locationlocalhost
-
Github
Joined devRant on 4/23/2016
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
-
The worst is when people put it all on one line curly braces and all
function foo() { console.log('bar') }
No it doesn't make you a better programmer to put things on one line that shouldn't be -
@RYPTAR I hate those because you see them in huge files and people squeeze them on one line. I think adding the curly braces even just for one line is way more readable
-
@Christine lol no it's not though
-
@sSam what about in functional programming where the variable name means less because you're thinking about taking a type that could apply to any variable of that type?
-
Guys he was making a joke who cares if it would not compile
-
Jealous of my components huh
-
It's probably random too otherwise it wouldn't have an id
-
Looks like the chrome dark theme I use you can set in dev tool settings
-
And this makes me appreciate Mr. Robot because what they do is pretty legit
-
I used to go to this website at my university's library and pretend I'm hacking http://hackertyper.net/
You'll need to open it on a desktop because it only works with keyboard input -
Tabs hurt my eyes but it may be what you're used to and my code might hurt your eyes
-
How nested is your code because 2 spaces is perfect for me. Anything more would cause my lines to reach the next line.
-React/Node dev -
@zues I think you should get a degree if you're still working on it, coming from someone who didn't finish school and found a job. Jobs are really difficult to find for me without a degree
-
It may just be me but I think learning in general is done on your own. Teachers open the door but you must enter on your own.
-
https://destroyallsoftware.com/talk...
-
Have you tried [] + [] or {} + []
-
@dontbeevil @runfrodorun yeah https://youtube.com/shared/...
-
@dontbeevil I mean they brought it to the masses which is something they do often Apple has so much influential power. If they didn't who did?
-
Super relatable though. Shows how important it is to go through the steps a developer took when they say your thing isn't working because 99% of the time they forgot to do something or did something a little differently no matter how amazing your documentation or steps are
-
Your code is broken! It doesn't work with the changes I made to it!
-
@stackodev I try to be understanding and explain everything to developers that don't understand some of the stack or technology but then I get the feeling that they're pissed at me for being a know it all and basically shut me up so not really sure what to do about that
-
@Kimmax lol damn good luck
-
@phiter it's good to hear you say the copy and paste thing because it's what I've been seeing many developers do most of my career leaving us with code they don't understand...
-
I'd consider myself mid level but #10 rang true the most for me. Even in college I was forced to learn Java but that didn't stop me from learning web
-
@Grumpy doesn't it only get installed when you check agree or hit agree though? You could say it's the user's fault for not reading the installer but I know they have been sneaky with the button setup where you might need to click on decline to continue without the third party software which would exit any other installer
-
Echos literally need to be listening to everything at all times or else they wouldn't be able to detect when you say the right keyword. Whether that info is stored I'm not sure
-
@Jifuna yup same
-
Whys the switch statement indented tho
-
Lol
-
I basically hash whatever it is if it's over 6 chars when I build a user account system