Ragunath Jawahar

Results 51 comments of Ragunath Jawahar

This way I can configure each individual object and pass them down stream to `verifyAllCombinations` 🤔

More concrete example, how do we bring [functions like these](https://github.com/emilybache/OvertimeCalculation-Refactoring-Kata/blob/873c464d4cbb974da9d57ffbb70e602cf534fd6c/java/src/main/java/codingdojo/CompensationCalculator.java#L11) under test, when we have more than 9 input parameters. `Assignment` and `Briefing` themselves are complex objects. Combination approvals could...

@LarsEckart and @isidore, curious to find out if I am missing something obvious here. If yes, can you folks point me in the right direction?

We use this temporary workaround on Windows machines, ``` git update-index --assume-unchanged package-lock.json ```

@dmitry-zaitsev and @ca-ke do you folks have a DSL in mind?

Can you help with how the DSL should look like for this? **A** ``` location: -82.411629 28.054553 ``` **B** ``` location: lat: -82.411629 long: 28.054553 ``` **Something else** ``` ?...

I'll pick this up later today, if anyone is already working on this please update?

Also, @saicharansigiri is using Android Studio to write his approval tests.

Nice to know, looking forward to it. Thanks.