why not just throw and error and i catch it?
Hey people, as go passes everything by value, am I guaranteed to get always a better performance by passing complex types (slices, maps, arrays .. etc) by reference and return...
Hello guys, how do you usually deal with safari being a bitch? Basically i have an html input with type=number. The idea is that my input element shouldn't set any non numeri...
{({ languages, language: currentLocale }) => languages.map(language => ( <option key={language...
But srsly why do they do this? What's the purpose of entering a telegram channel? Most of them don't send ads or anything.
1 What do you mean by resting mass? 2 it does tell, math is the way phiscs take to us c = (E/m)^1/2 is the way to get to the speed of light 3 your body does produce energy to ...
he attacked me with false claims and when he took it back he said "sorry, i thoughts you are a muslim", how the fuck isn't that a big deal for me at least?
I hope this meme is outdated. is there still editors/IDE that make you lose your work if you didn't save?
Hi, react is calling render() before componentDidMount (probably becasue componentDidMount is await an http call. I solved that for components that are using state as the data...
I am liking everything but is it me or interface are kinda magical? you don't have to implment or extend them from the structs. it is based on signatue of functions.
guys any idea as to how a lib can get the absolute path for the root directory of a project that is using that library ?
isn't that a memory reference to the value?
Hi guys const subscription = await registration.pushManager. subscribe({ // options }); this is a web notification subscriptin, is it unique per user across times...
Any other reason for const over let other than immutablity?
I guess it comes with a cost tho, raw pointers vs smart pointers for example, how much overhead does it create to use smart pointers over raw pointers?
Didn't you feel anything wrong with this summar? it was hotter than kim kardashian for me.
i investigated that and my understanding is that my architecture should be one index.js per folder for every endpoint, there is no easier solution?
Remember that nice guy Nokia ? it is still there but it is meh nowadays, they did not lost against Samsung or any other company, it's windows phone that lost against Android, ...
how is asking a technical question in an off topic group more authentic to u than a stackoverflow answer that is accepted and has +200 upvotes?
but how about forcing the derived classes to override this method ? for example if you have Shape class that contains Draw() method you leave this Draw() method without any i...