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

Deprecate snake notated class aliases #59

Closed
samchon opened this issue Dec 26, 2019 · 0 comments
Closed

Deprecate snake notated class aliases #59

samchon opened this issue Dec 26, 2019 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects

Comments

@samchon
Copy link
Owner

samchon commented Dec 26, 2019

TSTL had been compatible with snake notated class names by aliasing. However, it requires too much cumbersome and duplicated definitions that can cause dangerous compile & runtime error.

Therefore, I decided to truncate the snake notated class names.

Pascal Snake
Vector vector
HashMultiMap unordered_multimap
SharedTimedMutex shared_timed_mutex
@samchon samchon added bug Something isn't working enhancement New feature or request documentation Improvements or additions to documentation labels Dec 26, 2019
@samchon samchon self-assigned this Dec 26, 2019
@samchon samchon added this to To do in v2.4 Update via automation Dec 26, 2019
samchon pushed a commit that referenced this issue Dec 26, 2019
@samchon samchon moved this from To do to Done in v2.4 Update Dec 26, 2019
@samchon samchon closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
v2.4 Update
  
Done
Development

No branches or pull requests

1 participant