Blogbody Rotating Header Image

Posts Tagged ‘JetBrains’

IDEA 8: Buggy as Hell

Here is a running list of all the bugs I’ve come across with IntelliJ IDEA 8 so far. Some of these may actually be thoughtful changes from the behavior in version 7, but they are annoying so I’m calling them bugs

Can no longer autocomplete lowercase for enums. For example, typing “TimeUnit.sec” [...]

Business-readable DSLs

I completely agree with Martin Fowler’s latest post:

The sweet spot, however is in making DSLs business-readable rather than business-writeable. If business people are able to look at the DSL code and understand it, then we can build a deep and rich communication channel between software development and the underlying domain.[From MF Bliki: BusinessReadableDSL]

We’re [...]