sciencecorp / libndtp

Neural Data Transport Protocol (NDTP)
https://science.xyz/docs
0 stars 0 forks source link

Avoid use of exceptions. #4

Open polymerizedsage opened 1 month ago

polymerizedsage commented 1 month ago

Currently exceptions are used to raise error conditions to client code. The Scifi server follows the Google C++ Style Guide which specifically disallows the use of exceptions. I propose that libndtp adopt this style guide and remove the use of exceptions.

maxhodak commented 1 month ago

+1