[COMING] Neovim - Refact utility functions
Closed this issue · 1 comments
Curs3W4ll commented
What is this feature about?
Currently, the utility functions of the Neovim configuration are a bit messy.
It would be cool to add order in it
How will this solution be done?
Find a way to handle utility functions in a better way.
One solution would be to first name them better.
Another is to create a dedicated nvim plugin (a bit like plenary) to define a standard (like in c++) that defines utility functions.
We also need to document this function (doxygen format?).
And also better check the type required in arguments by the function.
Currently, it's only if checks returning an empty value. But it would be better to throw like nvim API functions are doing.
What needs to be done?
- Refact the way utility functions are handled
- Add documentation
- Add arguments type check
Curs3W4ll commented