Daniel Compton

Results 358 comments of Daniel Compton
trafficstars

That sounds pretty sensible. I originally thought it would need to be more tightly integrated with doo, but that may not be the case.

@kamituel I use karma directly and a Junit Karma plugin to achieve this.

Yep, I'll try to write up a blog post on the method.

Still on the backlog sorry...

Thanks @simon-katz that's really helpful. What would be idiomatic to do with code where there is lots of whitespace between the end of the code on the line and the...

The Clojure Style guide [says](https://github.com/bbatsov/clojure-style-guide#empty-lines-between-top-level-forms) to use empty lines between forms (though doesn't explicitly say only one line), with the exception of grouping related `def`s together. I've asked for clarification...

@vemv, thanks for your thoughts here. As a high level comment, I think that beyond the specific details, there is simply a matter of different sets of values clashing. It...

> Published `parindent`—parinfer repurposed to prototype these formatter rules: > > 👀Things I noticed: > > * `(:require ...)` should allow arg-alignment or two-space indentation? > * `[:div ...]` hiccups...

> I'll just briefly note that Nikita uses a vocabulary including terms such as worst, no way, terrible, stupidest etc. I can see what you're saying here and take your...

> I vote for aligning ”simple” let bindings and handle the destructuring ones differently. What that ”differently” means is another matter. What are some common patterns in use out there?...