SlackBuildsOrg/python/kitchen
Tonus 4fd8c013e9 python/kitchen: Added (Useful code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-05 08:56:16 +07:00
..
kitchen.info
kitchen.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Weve all done it. In the process of writing a brand new application
weve discovered that we need a little bit of code that weve
invented before. Perhaps its something to handle unicode text.
Perhaps its something to make a bit of python-2.5 code run on
python-2.3. Whatever it is, it ends up being a tiny bit of code that
seems too small to worry about pushing into its own module so it sits
there, a part of your current project, waiting to be cut and pasted
into your next project. And the next. And the next. And since that
little bittybit of code proved so useful to you, its highly likely
that it proved useful to someone else as well. Useful enough that
theyve written it and copy and pasted it over and over into each of
their new projects.

Well, no longer! Kitchen aims to pull these small snippets of code
into a few python modules which you can import and use within your
project.
No more copy and paste! Now you can let someone else maintain and
release these small snippets so that you can get on with your life.