GithubHelp home page GithubHelp logo

Comments (3)

cubiclesoft avatar cubiclesoft commented on May 21, 2024

Relevant post:

http://cubicspot.blogspot.com/2016/04/php-fig-composer-and-other-disasters.html

As to git tags, I don't see the point. There's no need to do that when software works fine as-is. The latest version is the greatest. It is CubicleSoft policy to write software and documentation correctly the first time for the vast majority of use-cases. The result is very few open issues on issue trackers, low commit counts, and very few BC breaks. For the most part, manual versioning (tagging) in an already git-enabled universe is an unnecessary duplication of effort that I've also found to be error-prone. Successfully pushing code to a repository effectively creates a new version. CubicleSoft git pushes, everyone else git pulls.

There's also the laziness factor. I generally don't use package managers myself (only occasionally using Decomposer) since I have 85+ full fledged projects here on GitHub and prefer to write my own stuff. I'm aware that some people use those systems. I generally don't because there is rarely a need to do so.

from js-fileexplorer.

cavasinf avatar cavasinf commented on May 21, 2024

So your way to include your "bundles" in applications is to raw copy every "sub project"/repository of CubicleSoft and git it into your main application ??

How do you handle versionning?
how do you handle major update ?
How do you refer patch notes or improvements ?
What year are we ?

With that way of "implementing" things, it would be pain to maintain applications..

from js-fileexplorer.

cubiclesoft avatar cubiclesoft commented on May 21, 2024

As was already mentioned in my first response, the CubicleSoft compatibility policy answered most of the above questions. The year is 2022 but that question was likely intended as an insult rather than a serious question. Alternative to throwing around insults: Use git submodule

As to "pain to maintain applications," there is CubicleSoft File Tracker, which I use extensively to bulk update hundreds of repos globally in a sane manner. It's scalable bulk diff/merging and is still the only bulk diff/merge tool on Earth. With it I don't need classic versioning. I personally cherry pick the files I need from my own official source repos when I build a new project to keep unnecessary files from floating around and File Tracker manages the rest. When managing 85+ public repos on GitHub, the usual tools are insufficient so I make my own. At this point, CubicleSoft is its own ecosystem.

Finally, I write software for me. If others like yourself benefit, then great. If not, then ๐Ÿคท.

from js-fileexplorer.

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.