-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS is broken #23
Comments
This page contains the following errors: error on line 19 at column 14: Opening and ending tag mismatch: code line 0 and p wtfjswtfjshttp://github.com/brianleroux/node-code-bloghttp://wtfjs.com/min less maxThis beauty is courtesy of TiTi ...lets look at some code. Math.max(); // -Infinity Math.min(); // Infinity Ok, so, there is a good reason for this behaviour. It might even make sense if you happen to occasionally omit args from your min/max calls. ;) You see, the min/max implementations need something to compare to and Infinity and -Infinity are the only safe values to use for that comparison. @kriskowell goes into more better detail here and was quickly followed by @BrendanEich whom not only wrote js in 10 days but can rock out unicode Infinity symbols without looking them up ...I shit you not. Of course, due to this behaviour js allows for this code humour: |
Pull requests accepted! Dupe of #33, thanks! |
Still broken: |
You better fix your RSS feed, cause it's totally broken...
regards
The text was updated successfully, but these errors were encountered: