Api Consideration
time to read 1 min | 96 words
What would you prefer from ease of use point of view?
void Connect();
void Disconnect();
void Disconnect();
Or:
public bool Connected { get; set; }
What would you prefer from ease of use point of view?
Or:
There are posts all the way to May 05, 2026
Comments
Comment preview