Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernization of the ITS geometry code #414

Open
iouribelikov opened this issue Jun 14, 2017 · 0 comments
Open

Modernization of the ITS geometry code #414

iouribelikov opened this issue Jun 14, 2017 · 0 comments

Comments

@iouribelikov
Copy link
Collaborator

The readability and maintainability of the present (written in C++9x) ITS geometry code can be improved
using new powerful features of C++11(14, ...). To start with, the raw pointers and dynamically allocated arrays could (almost always) be replaced with smart pointers and STL containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant