I personally believe one of the biggest reasons for the popularity of managed code is GC. Manual memory management is pretty hard to get right, even the C++ stl offers reference counted pointers as a form of automatic…
Strings are one of the most difficult things to get right in any standard library. You can be like C and offer barebones support, but many developers will make mistakes. You can be like Java and offer much more complete…
As someone who has never hosted an image service like this, what actions do you have to take to stop "bad" people from using your service? For example, uploading inappropriate / illegal / violent images.
It does have multiple cursors. See https://code.visualstudio.com/Docs/editor/codebasics#_multip...
I personally believe one of the biggest reasons for the popularity of managed code is GC. Manual memory management is pretty hard to get right, even the C++ stl offers reference counted pointers as a form of automatic…
Strings are one of the most difficult things to get right in any standard library. You can be like C and offer barebones support, but many developers will make mistakes. You can be like Java and offer much more complete…
As someone who has never hosted an image service like this, what actions do you have to take to stop "bad" people from using your service? For example, uploading inappropriate / illegal / violent images.
It does have multiple cursors. See https://code.visualstudio.com/Docs/editor/codebasics#_multip...