node-inotify icon indicating copy to clipboard operation
node-inotify copied to clipboard

Review code style - brought up by @juancate

Open c4milo opened this issue 10 years ago • 0 comments

Originally, node-inotify was written following Node.JS core C++ conventions. But, there are a couple of things we could improve in terms of readability:

  • Explicit name spacing is better: http://stackoverflow.com/questions/4872373/why-is-including-using-namespace-into-a-header-file-a-bad-idea-in-c
  • Using C++11 may be safer and cleaner.

c4milo avatar May 06 '15 21:05 c4milo