7
votes
6answers
352 views

Cleanest way to place values into strings

I am trying to standardize the way I write code. Which is the best way to place the values into a string, method 1 or 2? ...
5
votes
3answers
288 views

Displaying TimeSpan as largest interval (with units)

The following method is used in a call center application to display an approximation of remaining time. The call center telephone operator would inform the caller that they could perform their ...
3
votes
1answer
61 views

Displaying TimeSpan as largest interval (with units) - Part II

[This is a follow-up question to: Displaying TimeSpan as largest interval (with units). The code listed here has been refactored since the original question was posed. Please note that the scope of ...