Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

API Design - Mixing in pre-condition checks for index out of bounds?

How to design an api to a persistent collection in C#?

Marker interface or boolean method to identify object capabilities?

Should I write tests before they will compile? [closed]

Concurrency considerations between pipes and non-pipes code

What is state space?

api terminology api-design

How to manage relationship between 3 resources in REST API

Is it a bad idea to use a database table's ID as an external API identifier?

Java: When to use attributes, when to use method parameters?

java class oop api-design

does adding new member function into d pointer class break binary compatibility?

How to define a boolean API RESTful?

rest http api-design

C++ API design: is using void* a bad idea?

c++ c++11 api-design

Should C API return value or error code?

c api-design

Django is there a benefit of checking every view with `method=='POST':`

Pytest mocker patch Attribute:Error 'function' object has no attribute 'patch'

python pytest api-design

Perform multiple operations and commit

java api-design

Should I query and filter on the back-end (Rails API) or front-end (React/Redux)

Is it useful to always return a promise

How should I build a good (web) API

api-design

C# Generics: If T is a return type, can it also be void? How can I combine these interfaces together?

c# api generics api-design nul