Git Product home page Git Product logo

Comments (2)

pfalcon avatar pfalcon commented on May 28, 2024 1

Thanks for your interest in the project.

There're however a number of concerns with the proposed changes:

  1. Picotui is explicitly intended to be used with https://github.com/pfalcon/pycopy, which is intended for very small systems, where there's no extra space for nice to have, but not exactly required things, like docstrings.
  2. Picotui is generally a minimalist project, with very obvious criteria: "the smaller the source code, the better". Growing it with (long) docstrings goes against that aim.
  3. Picotui is very simple project with simple code. You can judge that by yourself - yesterday you knew nothing about it, and today you have a bunch of detailed docstrings written. The point is, other people can easily do that (figure out how it works) even without docstrings. There's a well-established paradigm of "the source code is the best documentation" (https://wiki.c2.com/?UseTheSourceLuke). Of course, that works much better when the code is simple and small, rather than when it's sized in megabytes. That's why I'm keen to uphold smallness and simplicity of the code.
  4. Finally, anything added to picotui increases my maintenance burden. To merge your changes, I would need to spend time to review them, to make sure they don't contain wrong information, have suitable formatting, don't have typos, etc. Then I'll need to make sure I update them if I change code. I'll need to make sure that if someone else changes code, they update docstring. I'll need to answer questions about docstrings. Etc, etc. I'm sorry, but my time is very limited. I have dozens of projects, and picotui is very simple among them. I have projects, where docstrings (and comments/docs) are really needed. I'd rather spend my time on such cases.

from picotui.

piyueh avatar piyueh commented on May 28, 2024

That makes sense. Thanks again for open-sourcing the code!

from picotui.

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.