|
|
|
|
|
by ehsankia
2305 days ago
|
|
It's not only about writing your own library though. For example, it's often not reading the documentation properly. In Python, if you take a datetime, and call .replace(year=X) on a datetime for Feb29, it'll throw a ValueError. |
|