The power of abstractions
The other day I was doing a code review and noticed that a mechanism for i18n was added to a new project we’re working on. There was a line like this:
| |
This is very simple and common I’d say. Even so I left, as I so usually do, a suggestion as a comment:
Suggestion: wrap
i18n.tandi18n.nin an abstraction that we control.




