On 02/01/14 04:10, ChunEon Park wrote:
> mathmatical problem.
> previous fomula is incorrect if i'm correct.

So why not say that in the commit message? Furthermore, it'd be better 
to explain in the message what was wrong, and how you fixed it, for 
example, changing a code like this:

old:
avg = a + b / 2

new:
avg = (a + b) / 2

Message:
Fixed average calculation.

The previous code used to do "a + (b / 2)" instead of dividing the sum 
by the number of variables, as average is supposed to be.

--
Tom.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to