Timeline for Why the practice of writing unit tests in a different language isn't that popular?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 18, 2019 at 5:26 | answer | added | Martin Maat | timeline score: 3 | |
| Jun 18, 2019 at 1:14 | answer | added | jmoreno | timeline score: 1 | |
| Feb 24, 2015 at 12:14 | vote | accept | Arseni Mourzenko | ||
| Feb 24, 2015 at 8:36 | history | tweeted | twitter.com/#!/StackProgrammer/status/570140244688969728 | ||
| Feb 23, 2015 at 20:22 | comment | added | Ordous | I've written integration and module/subsystem tests in a language different than the system itself, but unit tests I consider to be way too coupled with the actual code to use a different language. If a C# function takes an object as a parameter, then the last thing I want to do is to write JS code to mimic said object - I'd rather just switch to a language that makes them naturally. | |
| Feb 23, 2015 at 20:12 | answer | added | user7043 | timeline score: 10 | |
| Feb 23, 2015 at 19:56 | history | asked | Arseni Mourzenko | CC BY-SA 3.0 |