jfoutz
jfoutz
I'm interested in DomainAPI and Types I think maybe each primitive type in Tenant and User should become a type alias, and the "create" versions should take typed arguments rather...
I believe maintenance difficulty scales exponentially with code base size. A 100,000 line project is _more_ than twice as difficult to maintain than a 50,000 line project. Most projects have...
If Haskell can't introspect on the database it can't help with static analysis. There are two obvious ways to fix this, one is to parse SQL. That's not crazy, Parsec...
MavenProjectsCreator in MavenProjectHandler.groovy dosn't seem to be happy with paths like /cygdrive/c/work/... I'm not sure if it's better handled in the mode or in the supporting jar. Locally, I added...