Viewing profile — pmichalina
pmichalina
HN member- Joined
- Mon, Jul 10, 2017, 8:55 PM UTC
- HN karma
- -15
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About pmichalina
No profile information was provided.
Recent public activity
-
comment
Comment #21758721
They could be using this: https://github.com/javascript-obfuscator/javascript-obfuscat...
-
comment
Comment #19335689
[dead]
-
comment
Comment #19335670
[dead]
-
comment
Comment #19235459
People using it would beg to differ. Just don’t use their service.
- comment
-
comment
Comment #19235439
It’s not “the community”. It’s a bunch of loud mouthed busy bodies and bureaucrats flexing their authority because it gets them a hit of that dopamine.
- comment
-
comment
Comment #18334249
Even just one poorly designed library can cause serious memory issues and trigger a ton of events. Usually it’s the marketing and ad people that throw around this “but they are asy…
-
comment
Comment #17887805
Tests are good of course, but that assumes the tests are valid. I’d rather trust compiler to ensure runtime safety.
-
comment
Comment #17887795
Throwing is a side effect breaking flow of control for no good reason. It’s takes you down the same path as all other spaghetti code. Not as much elegance as it is about purity. Mi…
-
comment
Comment #17886071
Assertions, throws, and try-catch are code smells. Really bad design choice considering we have more elegant solutions like monads.
-
comment
Comment #17864733
Isn’t this how the web was supposed to work?
-
comment
Comment #17805497
“Treating something like a disease” encourages one to not take ownership of the issue but instead provides a mechanism to play victim and give up. It’s victim mentality, denies the…
-
comment
Comment #17805479
I suppose it’s collapsing up since 2009?
-
comment
Comment #17802743
Collapsing? Nocoiners lol
-
comment
Comment #17774366
Why not both?
-
comment
Comment #17671477
Typical statist mindset.
- comment
- comment
-
comment
Comment #17302665
lodash and moment are poor choices to showcase. lodash is mostly moot with ES6 and beyond. date-fns is a cleaner version of moment.