The API Mindset (Part Three)

In the last part of this series, I wanted to discuss what makes your API easy to call. In earlier posts, we’ve already covered things like naming of parameters and return values, variable scope and Command Query Separation. But there’s more you can do to make…

The API Mindset (Part One)

Even if that new feature you are working on doesn’t touch the sales order functionality, or doesn’t change any posting routines, it probably has some dependencies on application development work that was done earlier - whether by the application developers at Microsoft, your co-workers, or perhaps…