Posts by reinert • 118 points
3 posts
-
2
votes3
answers2984
viewsA: How to name a unit test when using TDD?
I’ve been using the standard for a long time [UnitOfWork_StateUnderTest_ExpectedBehavior] presented in that historic article by Roy Osherove and cited in that answer. To this day, he’s been applying…
-
5
votes1
answer82
viewsA: Perform JOIN operations on two data arrays with D3.js
If you are just trying to generate this final array from the two initial arrays, just do a mapping of the second one with the first one, and no additional library is required for this. Follows…
-
3
votes1
answer84
viewsQ: Play Framework and AJAX (SPA)
Is it possible to develop SPA with Play? Someone has had this experience and has something to report?