Search Results

7
votes

Java core API anti-Patterns. What is wrong?

java.util.Calendar is a example of bad API design. Try to calculate the difference in days between two calendars and you will see that code is not readable/clear/succinct. APIs to handle date …
0
votes

Code coverage targets for APIs

Just forget about code coverage. It's just a number and must not be the focus when testing code. Scenarios must be the focus and then, high Quality API. I know that this could sound rhetorical bull …
0
votes

Which is the standard Java crypto API?

http://www.jasypt.org is also a good option. …