Relative Content

Tag Archive for comments

Documenting the effect of std::move

As my team move towards embracing the new features in C++11, I’m struggling with how to make the side-effects of std::move self-documenting in the code.

Documenting the effect of std::move

As my team move towards embracing the new features in C++11, I’m struggling with how to make the side-effects of std::move self-documenting in the code.

Documenting the effect of std::move

As my team move towards embracing the new features in C++11, I’m struggling with how to make the side-effects of std::move self-documenting in the code.

Private comments in git

I need to add a feature to some code in a big project and due to the complexity I find it very helpful to add detailed comments to many lines to keep track of what’s happening. This is only for my own understanding however and I will delete the comments before pushing the code.

Private comments in git

I need to add a feature to some code in a big project and due to the complexity I find it very helpful to add detailed comments to many lines to keep track of what’s happening. This is only for my own understanding however and I will delete the comments before pushing the code.

Private comments in git

I need to add a feature to some code in a big project and due to the complexity I find it very helpful to add detailed comments to many lines to keep track of what’s happening. This is only for my own understanding however and I will delete the comments before pushing the code.