Live data from Hacker News

Is My Code Good?

ismycodegood.com

21–30 of 42 posts

Re: Is My Code Good?

#21
post #2

Looks like the output is random when you incognito.

heh, that's so weird that my incognito and nonincognito results for the same username differ. And it looks like you can put anything in: http://ismycodegood.com/#thispersondoesntexist

Pretty sure it doesn't even make a network request-- looks like it just randomly generates each score, then stores them in local storage so that entering the same username more than once will give the same result.

Re: Is My Code Good?

#23
Release Strategy, Future-proof Avoidance and Commit Message Clarity have nothing to do with determining if the code is good.

You should change the name of the website to something like : Are you a good contributer ?

edit : Oh it's a joke ? ha. ha. ha.

Re: Is My Code Good?

#25

Earlier quoted context omitted.

That's totally key IMO; even a link to the grading code would go some distance to that goal. EDIT: Ok, I'm starting to think this whole site is some kind of a joke.

It is http://ismycodegood.com/#asdgpuhashtuhqwiertjhl;hadjsgjfaw;h...

Well nuts, that guy is clearly a much better coder than I am!

Re: Is My Code Good?

#29

Read the bar at the bottom: Lovingly (and satirically) created by your friends at test double. Designed by Derek Briggs. It's not meant to be serious, although I'm not sure what the point is. Edit: It seems to be (perhaps unintentionally) clickbait for programmers. We can't seem to resist visiting a website that claims to rate our code quality.

This snippet sheds some light:

b=["Thoughtfulness of Names","Expressiveness of Tests","Empathy for Maintainers","Future-proof Avoidance","Conscientious Logging","Commit Message Clarity","Dependency Restraint","Release Strategy","Coherent Versioning","Convention Adherance","Pairing — Navigation","Pairing — Driving","Expectation Management","Googling for Answers","Respectful of Others"],n=function(){return _(b).chain().shuffle().first(5).value()},p=function(b){return _(a).include(b)?[96,98]:[0,40,60,70,80,85,90]},o=function(a){return null==a&&(a=[0]),_(a).chain().map(function(a){return _.random(a,100)}).sample().value()},c={59:"F",63:"D-",66:"D",69:"D+",73:"C-",76:"C",79:"C+",83:"B-",86:"B",89:"B+",93:"A-",96:"A",100:"A+"}

["pixeljanitor","bkeepers","tkaufman","searls","jasonkarns","andrewvida","theotherzach","bostonaholic","davemo","neall","kbaribeau","danthompson","crebma","dustintinney"]

Those guys all get an A+.

YHBT!

Re: Is My Code Good?

#30

Read the bar at the bottom: Lovingly (and satirically) created by your friends at test double. Designed by Derek Briggs. It's not meant to be serious, although I'm not sure what the point is. Edit: It seems to be (perhaps unintentionally) clickbait for programmers. We can't seem to resist visiting a website that claims to rate our code quality.

If only rating code could be done that easily...
Post reply on HN