DEV Community

Discussion on: Question for experienced developer

Collapse
 
jessekphillips profile image
Jesse Phillips

I think I enjoy trying to make an API which is powerful but easy to use for the context. Depending on the language the funness changes.

Collapse
 
aldora profile image
Aldora

wow, do you have some ideas or experience about this to share

Collapse
 
jessekphillips profile image
Jesse Phillips

I'm not sure how to write something up on this topic. Most of the time it seems to end up being just me as the user.

What I just did and caused me to respond in this way is I took two operations which tie together and combined them for a C# using statement. The locking would already use a using statement, but this managed the operation and locking as one (and took into account locking was not always needed).