You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Money
5
5
6
6
PHP 5.3+ library to make working with money safer, easier, and fun!
7
7
8
-
In short: You probably shouldn't represent monetary values by a float. Wherever
8
+
> "If I had a dime for every time I've seen someone use FLOAT to store currency, I'd have $999.997634" -- [Bill Karwin](https://twitter.com/billkarwin/status/347561901460447232)
9
+
10
+
In short: You shouldn't represent monetary values by a float. Wherever
9
11
you need to represent money, use this Money value object.
0 commit comments