ndt-server icon indicating copy to clipboard operation
ndt-server copied to clipboard

Too many unnecessary `string()` type casts

Open stephen-soltesz opened this issue 5 years ago • 1 comments

Part of the review for https://github.com/m-lab/ndt-server/pull/162 identified unnecessary type casts of many types. We should update the code to eliminate them.

stephen-soltesz avatar Aug 05 '19 20:08 stephen-soltesz

FYI: These casts are no-ops, so this is strictly a code health request.

pboothe avatar Sep 09 '19 16:09 pboothe