Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
5 votes
Accepted

C Native Messaging host

Remove redundant comments Your code has a lot of comments, most of them are just explaining what the C language does. But a programmer should already know that. Limit what you put in comments to what ...
G. Sliepen's user avatar
  • 69.2k
4 votes

C Native Messaging host

Add error detection Presently OP's code incurs undefined behavior or other quirky functionality when reading or allocation fails or reading is extreme. getMessage() ...
chux's user avatar
  • 36.3k
3 votes

AssemblyScript Native Messaging host

motivation decided to write a Native Messaging host in AssemblyScript Ok. It would be helpful to add some context to that. The host code essentially does ...
J_H's user avatar
  • 42k

Only top scored, non community-wiki answers of a minimum length are eligible

Morty Proxy This is a proxified and sanitized view of the page, visit original site.