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

Complete migration to new string printing system #23

Open
geometer opened this issue Jun 19, 2020 · 0 comments
Open

Complete migration to new string printing system #23

geometer opened this issue Jun 19, 2020 · 0 comments
Labels
code cleanup enhancement New feature or request

Comments

@geometer
Copy link
Owner

geometer commented Jun 19, 2020

The new system, based on Comment class instead of obsolete LazyComment is

  1. More flexible: we can define printers for strings, and we do use it to implement MathJax text processing on the server
  2. Safer: there is parameter type checking in this new version
  3. Again, more flexible: it can be used for strings localisation as the order of the parameters does not matter in this new solution

The migration is not complete yet. LazyComment must die!

@geometer geometer added enhancement New feature or request code cleanup labels Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant