Earlier quoted context omitted.
Snippets for me are things I find that I google and copy+paste from stackoverflow semi-frequently. See the example here, it prints the currently loaded settings in Django. I don't use it super frequently (say a few times a month, depending on what I'm doing), but it's faster for me to find with a snippet manager then copying from the same stack overflow answer. > python manage.py diffsettings --all
just make an alias :o
Show HN: MassCode – a code snippets manager for developers
51–55 of 55 posts
Re: Show HN: MassCode – a code snippets manager for developers
#52Not to diminish the effort, but the use case for this can only be a role that requires a ton of snippet handling, which inherently means you are doing something wrong as a programmer (imho). Once you get to a point where you are regularly using snippets a lot, writing some automated script is the next step, not a tool that makes it easier to copy/paste.
What would the "automated script" do? My use case for snippets is mainly to stub out tests, components, and stories - things that are largely an exercise in boilerplate code with fill-in-the-blanks changes to start with. I can't think of a way to do that with a script that would be less effort than a snippet.
Re: Show HN: MassCode – a code snippets manager for developers
#53Earlier quoted context omitted.
Please read the guidelines and follow them when posting here. https://news.ycombinator.com/newsguidelines.html Edit: you've broken them badly in the past as well: https://news.ycombinator.com/item?id=21721337 . We ban accounts that post like this, so please don't do it again.
Whatever. I'm NOT going to walk on eggshells with every comment I post in hopes I don't offend or hurt someone's feeling. I didn't personally attack anyone in my original comment, but for reason, someone takes it upon themselves to attack me personally and now I'm being ridiculed for it.
Re: Show HN: MassCode – a code snippets manager for developers
#54Re: Show HN: MassCode – a code snippets manager for developers
#55Earlier quoted context omitted.
Whatever. I'm NOT going to walk on eggshells with every comment I post in hopes I don't offend or hurt someone's feeling. I didn't personally attack anyone in my original comment, but for reason, someone takes it upon themselves to attack me personally and now I'm being ridiculed for it.
I'm certainly not ridiculing you! I'm trying to let you know what the site standards are so you can follow them and use HN as intended.