Giter Site home page Giter Site logo

Refactoring codebase about neogen HOT 13 CLOSED

danymat avatar danymat commented on August 17, 2024
Refactoring codebase

from neogen.

Comments (13)

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024 1

I'm looking cursor.lua, just using a singleton table for the positions is enough. Using extmarks is overkilled, less stable, and has more side-effects for Neovim.

from neogen.

danymat avatar danymat commented on August 17, 2024

No, the code is a little bit messy lol (I did not have a good understanding of Lua at the time)
I think the code that is messy is really inside the granulator and generator, so maybe we could start from there.
I'm currently improving the templates part, and providing some docs and API for it.

Feel free to open a PR, and let me know what do you plan to refactor ;)
Thanks for your contribution !

from neogen.

danymat avatar danymat commented on August 17, 2024

Sure, thanks for your contribution ! 💯

from neogen.

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024

Are you using extmarks because you want to support inserting a new line for the comments? If yes, I think must use extmarks or marks, but extmarks are better than the limited marks.

from neogen.

danymat avatar danymat commented on August 17, 2024

What do you mean exactly ?

from neogen.

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024

Once the template is generated, the positions are computed that are immutable, but the position of extmarks are mutable.

:h extmarks

Extended marks (extmarks) represent buffer annotations that track text changes
in the buffer. They can represent cursors, folds, misspelled words, anything
that needs to track a logical location in the buffer over time.

from neogen.

danymat avatar danymat commented on August 17, 2024

Oh yeah, I use extmarks because we can jump between annotation types even after we create some annotation and modify the lines

from neogen.

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024

Thanks, I will deep into the codebase and refactor it later, maybe tomorrow or the day after tomorrow.

from neogen.

danymat avatar danymat commented on August 17, 2024

No problem, take your time, feel free to ping me if you need anything

from neogen.

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024

Why

elseif type(template) == "function" then
may be a function type? I can't find and grep any information about this.

from neogen.

danymat avatar danymat commented on August 17, 2024

Why

elseif type(template) == "function" then

may be a function type? I can't find and grep any information about this.

Yes, during initial development it was assumed we could pass templates as functions, but I guess we'll not use them anymore. Even the granulator and generator, I'm not really found of creating your own.
Maybe we could simplify the process by making granulator and generator a default one, and only make templates and locators modifiable.
Because right now, the generator is used everywhere and with some special options..

from neogen.

kevinhwang91 avatar kevinhwang91 commented on August 17, 2024

Why

elseif type(template) == "function" then

may be a function type? I can't find and grep any information about this.

Yes, during initial development it was assumed we could pass templates as functions, but I guess we'll not use them anymore. Even the granulator and generator, I'm not really found of creating your own. Maybe we could simplify the process by making granulator and generator a default one, and only make templates and locators modifiable. Because right now, the generator is used everywhere and with some special options..

Thanks, refactor is going to be done, WIP in my local repo.

Maybe we could simplify the process by making granulator and generator a default one, and only make templates and locators modifiable.

I'm doing this idea, but I have no idea how to write the doc and tell the users what's the change is breaking.

from neogen.

danymat avatar danymat commented on August 17, 2024

I'm doing this idea, but I have no idea how to write the doc and tell the users what's the change is breaking.

No worries, I will update the docs in your pr before merging

from neogen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.