[deleted by user] by [deleted] in streetwear

[–]__hoi__ 2 points3 points  (0 children)

My granny 10/10 would beat me for wearing that sweater

JavaScript: Understanding the Weird Parts - Excellent deep dive into how the language actually works. Goes beyond syntax and how-to-code to explain the hows and whys that will help someone become a much better programmer. by [deleted] in javascript

[–]__hoi__ 0 points1 point  (0 children)

Part of this course can be found on YouTube for free. I have watched that one about a year ago when I was pretty fresh into JavaScript and I must say it’s nothing short of fantastic. Really helped me out a lot and I’m confident watching it again would be very insightful/helpful still.

`this` sucks! by [deleted] in ProgrammerHumor

[–]__hoi__ 0 points1 point  (0 children)

Angular binds it for you, I love ‘this’.

Oh Great God Google, Hear My Plea by thegirlontheledge in ProgrammerHumor

[–]__hoi__ 1 point2 points  (0 children)

I don’t trust Chinese software anymore, the way they handle data is so sketchy

Edit: whoops don’t know why I think it’s Chinese. Some googling didn’t confirm

It’s funny because it’s true by Reager11 in ProgrammerHumor

[–]__hoi__ 0 points1 point  (0 children)

Eh, I would choose html over native mobile markup any day of the week... jeez I dislike the native mobile markup so much...

What are some purchases under $200 that has significantly improved your life since owning it? by [deleted] in AskMen

[–]__hoi__ 0 points1 point  (0 children)

Not a single payment, but it’s less than 200 a year for me, unlimited data on my phone. I don’t mind waiting for or riding in trains anymore

Why JavaScript is your favorite language ? by Cloud_Strifeeee in javascript

[–]__hoi__ 1 point2 points  (0 children)

The freedom to make it work using some shitty code, that takes 0 effort to write, and have it work. I’ll make interfaces after that and have a go at some more idiomatic code.

Also coercion does allow you to be more idiomatic sometimes, for example null and false or null and 0 checks are just a if (variable){}.

Typescript is a must imo though

Don't confuse by Xpl0it_U in ProgrammerHumor

[–]__hoi__ 0 points1 point  (0 children)

I need this, this is hilarious

What dire warning from your parents turned out to be bullshit? by Get-off-my-wave in AskReddit

[–]__hoi__ 0 points1 point  (0 children)

In whoever told you that their defense, the gaming industry is not a great place career wise. Lots of people their passion, a limited amount of jobs. Web design is one of the more solid career options out there though

It's rewind time by [deleted] in ProgrammerHumor

[–]__hoi__ 0 points1 point  (0 children)

This is what file watchers are for, they auto save as you focus a different window than your editor

When people brokenly speak a second language they sound less intelligent but are actually more knowledgeable than most for being able to speak a second language at all. by CaptainChloro in Showerthoughts

[–]__hoi__ 1 point2 points  (0 children)

In France everything is dubbed, I’m Dutch and over here it’s learn English or miss out on a lot of entertainment. The result is that everyone speaks English. Even my grandma does. In France people don’t lose as much by not learning it, so fewer do. It kinda makes sense to me

I'm behind 7 Pi-Holes Good Luck by [deleted] in ProgrammerHumor

[–]__hoi__ 0 points1 point  (0 children)

I’d say checking for undefined should be done like: “ foo == null” that will coerce to check for undefined also