Details
Joined devRant on 7/1/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
-
I'd put 1 as it's not bitwise or and 4 || 5 casted to int ought to become 1 no?
-
Oh my, and I thought I was alone doing stupid thing like this :)
-
@Godisalie in compiled languages they are faster than long if else if chains
-
Me too!! So much
-
@jlcfly the biggest reason for CDN is that it could already be cached in your browser, from another site.
-
My first was angelfire. man it was crappy :)
-
Never felt the need to search for variables. They are there to get the job done. I usually search for methods and classes
-
Sometimes it feels like uni uses some courses to teach hidden subjects. Like here they probably want you to learn nano and the command line. Both valuable assets when you start working and managing servers.
At least thinking like that helped me when we had stupid requirements like that :) -
Except if you code lua ;)
-
Probably string or object is my bet, depending on what type of return.
I don't think you need to worry though, I'm sure they are more interested in hearing how you think about it rather than what you say is actually correct. Noone knows every part of a programming language by heart :) -
@jckimble honestly that's probably the worst argument I've heard in a long while... You should really think long and hard on that one.
-
@jckimble well not really trying to argue, genuinely didn't understand what makes people believe trump won't get hacked? Seems like a non argument.
And his track record as a businessman ain't that awesome, with him having illegal labour and not paying people. If he does that as a president I doubt itll be good.
I'm not an amurican so don't care too much, it's your grave -
Been there done that. Always use for each now or lodash :)
-
@jckimble what I don't understand is what makes people think trump wouldn't get hacked to? He obviously ain't to bright :)
-
Just say you love bacon.js (https://baconjs.github.io)
-
Too an extent I agree. However the best course I have taken was a course were we essentially made our own language. And for every milestone, we did a lab in a new language. And in the end we just exploded a few more that had interesting properties.
Granted I had programmed c++ a whole lot on my spare time before doing the course -
@forkbomber you should demand it. I've asked it plenty of times on interviews, "can I use Linux?" When or if the say no I say "alright, don't think this will work out".
Happy to say that I work at a place now were it's fully alright to use Linux :) -
@rtannerf even more interesting is that the value of oranges doesn't matter as you never execute the function, so it always resolves to true for the if statement
-
Awesome, simply awesome :)
-
@coookie but honestly 2gib is a lot :/
-
A customer once asked me 2 days before launch if we fulfilled the requirement of download of an excel file on the site. I responded that I had yet to get the specifics on what the file was supposed to contain but I can put an empty excel file up in the time available. The customer was not amused :)
-
a few reasons. It's fun. you get to know people. Your forced to learn the non fun stuff. And it's a stamp of approval for many companies.
-
The best part is the confusion/anger after when there are bugs.
-
Unused RAM is wasted RAM. It probably eats more so it can GC less often, giving you a better experience :)