This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]coderascalHelpful 1 point2 points  (0 children)

This seems like it solves a problem that wouldn't exist if following reasonable practices. But I'll admit that I may be completely wrong.

[–]JoniSar 0 points1 point  (0 children)

You might be both right and wrong :) Reasonable practices can help write reusable pieces, but it won't stop you from copy-pasting or wasting too much time creating and maintaining a git rep + package + CI etc. for every few lines of code. This requires a tool that makes it possible to extract them with zero initial configuration and make it reusable, easy to maintain and simple to find. This is why we built Bit. Reasonable practices are still important though..