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

Refactore methods RenderLocalized#renderLocalized to be tail recursive #8

Closed
haraldmaida opened this issue Nov 17, 2016 · 1 comment
Assignees
Milestone

Comments

@haraldmaida
Copy link
Member

The methods #renderLocalized in trait RenderLocalized are recursive but not tail recursive.
This should'nt be that big problem due to the dept of cascaded case classes is not expected to be any big number. Anyway it would be cool to make this functions tail recursive.

@haraldmaida haraldmaida added this to the M-0.1 milestone Nov 17, 2016
@haraldmaida haraldmaida self-assigned this Nov 19, 2016
@haraldmaida
Copy link
Member Author

Implemented with commit 75eadcf

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

No branches or pull requests

1 participant