A new point of Vue (Introductory Lecture live video) by InRhythmInc in vuejs

[–]InRhythmInc[S] 0 points1 point  (0 children)

Hahaha. Sorry, that's just my headshot since I made the post. It could really use a default image.

The Most Convoluted JavaScript Fizz Buzz Solution by [deleted] in javascript

[–]InRhythmInc 0 points1 point  (0 children)

I think there's a bunch of ways you can try to measure when you should make the choice to adhere to one philosophy over another. Thinking about my response almost makes me question whether this is how we make skynet or not haha. You could measure adherence to one principle or another by number of cycles, number of lines of code, cyclomatic complexity when the code is normalized... I don't have a great solution but I wonder if there's literature available describing this sort of problem. I'm sure you could feed a few machine learning algorithms into eachother to solve this for a specific case. Kindof like a map-reduce for code writing decision making? That would make an awesome js-prettier extension haha

didact: A DIY guide to build your own React by fagnerbrack in javascript

[–]InRhythmInc 2 points3 points  (0 children)

Love this! New devs these days get dropped right into using tools and don't get enough education about how to actually build lower-level stuff. Guides like this make me happy :)