Блог пользователя presumption

Автор presumption, история, 15 месяцев назад, По-английски

Here are few questions that I had about maintaining a code/snippet library:

  • How do you usually test your code for the library? Any submission link for standard data structures or algorithms?
  • What are some things to keep in mind while writing a code/snippet library? (Suggestion about documentation, unit tests, etc)
  • Can you share your library and what you like or not-like about your library? How would you like to improve it?
  • What are some well-written libraries that someone can use as Black Box?
  • How do people using vim maintain their snippets? (Specifically neovim with lua)

Can someone share the library used by jiangly?

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
15 месяцев назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится

This is a great place to test your algorithms: https://judge.yosupo.jp/.

For Neovim I used LuaSnips in the past, but now I have a custom solution using Telescope. This plugin has something similar implemented: https://github.com/LeoRiether/wasp.nvim.