Skip to main content

All Questions

Tagged with
1 vote
0 answers
67 views

Calculate total running time for movie series

Which of these 2 functions is better and more readable and why? (Both functions do the same thing). My goal is to get the total time of a series, using the TMDB API (which has a limit of 20 different ...
jofyavoydo's user avatar
3 votes
1 answer
87 views

API for multiple printer attributes [closed]

I have network printers which have different attributes (e.g. supported network protocols, languages, status, print modes). ...
broadband's user avatar
  • 173
4 votes
1 answer
482 views

Standard primitive types vs custom structs in public API

I am writing a .NET library and have a lot of properties like this: public ??? SomeProperty { get; set; } where valid values are 0-15 (or from 00000000 to ...
Maxim's user avatar
  • 2,542