guides icon indicating copy to clipboard operation
guides copied to clipboard

Results 6 guides issues
Sort by recently updated
recently updated
newest added

Why: * Due to a severe lack of coffee, #38 was merged without much consideration. * As a result, the older READMEs just gained a huge logo in their about...

Following #41 I was wondering if it would be a fair idea to add a default LICENSE template for open source projects. If so, any LICENSE suggestions?

question

The "`Delayed::Job` matcher" link in the Testing section of the Best Practices is broken.

The setting we currently have in Rubocop enforces this: ``` ruby value = if condition 1 else 2 end ``` Personally, I like it, but I believe some people prefer...

This has already been talked about. It was an issue in this repo as well but got deleted probably when this repo stopped being a fork. It has a [trello...

enhancement
question

https://github.com/jscs-dev/node-jscs/blob/f55bbae8bfbd8d57a4f756193d824e6f398ff7a7/lib/rules/disallow-multiple-var-decl.js Basically I'd go for the `exceptUndefined` mode. I happen to do this a lot: ``` var a, b; // use later on ```

question