Articles tagged “javascript”
- Tricky, tricky dates Any programmer who worked with dates would tell that dates are a complex subject. Time zones, UTC, daylight saving time, leap years, and, my favorite of all—leap seconds that “are not entirely…
- Trimming strings Regularly, I find interesting questions on Stack Overflow, that look basic at the first sight, but appear to be not that simple after all. Today, it was a question on the Russian version of Stack…
- This is what you get when you measure lines of code A few months ago, I wrote an article about a technical leader who misunderstood how to measure code quality. Trying to improve things, his only achievement was to make everything worse, because of the…