Eddie Monge Jr

Results 185 comments of Eddie Monge Jr

that just looks so weird and odd. the lonesome comma looks only slightly less weird though

This seems reasonable to me. Another way I know of doing this on a per project basis is to create a logging utility function that wraps console call somewhat like...

I agree that this one isn't great. Sometimes you actually want to know if its undefined vs null and in less code.

The multiple empty lines should be covered in the no trailing whitespace. One empty line at the end is acceptable. Two is basically trailing space. Something like this should be...

That just seems inconsistent to me. Why would you have it one way somewhere and another elsewhere? Or you could make it universal inside parens to cover things like `if...

grunt-wiredep now

Actually I think this might be the default current behavior but maybe it shouldn't be and instead follow these rules: - Insert new config/target if it doesn't exist - Ignore...

I wish people would stop using that article. Its mostly wrong. And doesn't address how to store things like JWT and other tokens (no, cookies is not a valid answer...