|
|
|
|
|
by RoadRunner_23
5502 days ago
|
|
wait... now developers would have to remember numbers. dumb idea.. The reason we have characters for numbers, in cases where applicable is, its easier to remember/represent with characters. Like URL instead of IP. code will figure out, how to convert string to numbers. what is the point of having format in numbers? In your brain, you are thinking "I need two/three character month", so I will put 'MM'/'MMM', instead of 'Jan'. In Go's case, I have to remember to use Jan or 01. Nice try though. |
|