Viewing profile — jmsguy
jmsguy
HN member- Joined
- Tue, Dec 23, 2014, 9:21 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About jmsguy
No profile information was provided.
Recent public activity
-
comment
Comment #9507414
Actually this is a really good talking point that's often the start of many interesting "discussions": Namely, what happens when you're done with the test-code-repeat cycle for a s…
-
comment
Comment #9503274
Unit tests should have exactly one system under test. That has to be a class, not an interface. You may mock dependencies that may/may not be interfaces. This is safer than using c…
-
comment
Comment #9460303
My thoughts too: Sonar, or Checkstyle+PMD+FindBugs, is already ingrained in many of the larger codebases I've worked with. Of course this is purely anecdotal since I've only worked…
-
comment
Comment #9147883
Not unless (a) your PC is routing traffic or (b) your PC is connected to a hub vs. a switch [1]. Unless one of these things is happening (even if your card is in promiscuous mode),…
-
comment
Comment #8790318
> But I'm genuinely curious how most people classify the difference between api and library. JMS is an API [1], [2]. ActiveMQ [3] is an implementation of the JMS API. Commons BeanU…