Viewing profile — janslow
janslow
HN member- Joined
- Sun, Feb 19, 2017, 12:19 AM UTC
- HN karma
- 12
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About janslow
Recent public activity
-
comment
Comment #35494571
I try to use Make to bootstrap project-specific tooling when missing, by getting it to download (then verify) the tools, then delegate everything else to something like knit (or ju…
-
comment
Comment #28525290
Agreed. I wasn't originally a fan of Go's error handling, but I do find it forces me to explicitly handle the error, I very rarely use a plain `return err` statement, instead wrapp…
-
comment
Comment #28513217
This is unacceptable, in my opinion. Most of the properties I've rented in the UK have only have only had an inspection at the end, although one has had a mid-tenancy inspection, w…
-
comment
Comment #27631288
In most cases, a breaking tooling change should only impact the root project (e.g., they need to change their readme from `go get` to `go install`), so there's only one codebase to…
-
comment
Comment #24690053
The lack of support for context.Context rules out this project for me. All our cross-cutting concerns (tracing/monitoring, auth, timeouts) are built on top of the context pattern (…
-
comment
Comment #19049239
One of the issues is that it's tied quite heavily to the Java compiler, so you may need to wait until Lombok supports a new Java version before you can use it. Also as it is compil…
-
comment
Comment #14037780
Whilst Swagger Codegen doesn't create perfect libraries and some of the generators don't support all the features, once it's set up, it's just as easy to create a client for every …