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).
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.
wow, do you have some ideas or experience about this to share
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).