Taketrung / betting-ai

Automatically exported from code.google.com/p/betting-ai
1 stars 1 forks source link

Refactor Expected Profit Calculator and Engine to remove duplicate code #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
for example: 
'def ifWinCommission(ifWin: Double): Double = if (ifWin > 0) ifWin * (1 - 
commission) else ifWin' is present 3 times.

Original issue reported on code.google.com by daniel.k...@gmail.com on 4 Mar 2011 at 5:51