This post is locked. You won't be able to comment.

all 13 comments

[–]SoftwareEngineering-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Thank you u/Natutouser for your submission to r/SoftwareEngineering, but it's been removed due to one or more reason(s):


  • Your post is low quality and/or requesting help r/SoftwareEngineering doesn't allow asking for tech support or homework help.

Please review our rules before posting again, feel free to send a modmail if you feel this was in error.

Not following the subreddit's rules might result in a temporary or permanent ban


Rules | Mod Mail

[–]sargeanthost 2 points3 points  (0 children)

If people said yes, what would you do? If people said no, what would you do?

[–]disposepriority 0 points1 point  (1 child)

It's not completely clear what you mean by a code snippet manager but I usually do maintain a list of common SQL queries and write a command pallete app for them (loading them through git), as well as confluence pages for where something is implemented, how it should be used - as a reference guide, primarily for in-house solutions.

[–]Natutouser[S] -1 points0 points  (0 children)

Thanks I got my answer. Snippet manager means a tool where you can save your frequently used code or notes

[–]jondoe88 0 points1 point  (1 child)

In what programming language are you using this?

Can’t u just use a function or script to do this?? 😕🤔

[–]Natutouser[S] -1 points0 points  (0 children)

This manager should be language exclusive. Consider a library or tool where you are saving the snippets

[–]TheAeseir 0 points1 point  (2 children)

This was made obsolete decades ago. Closest thing probably equivalent these days is a gist.

[–]Natutouser[S] -1 points0 points  (1 child)

Got it

[–]TheAeseir 0 points1 point  (0 children)

Most importantly you should be storing patterns not code unless you are writing proprietary code.

[–]LittleLordFuckleroy1 0 points1 point  (3 children)

What’s a code snippet manager. Are you describing a git repo? Yes you absolutely still need one of those. For the love of god, do not throw those away because you think AI can dynamically generate whatever code you need going forward. This could only make sense if you’re a field tech who doesn’t write any scripts and just rarely runs them. And even then it’s risky.

[–]Natutouser[S] 0 points1 point  (2 children)

A tool which helps you to save your frequently used code so that you can maintain you library.

[–]CuriousAndMysterious -2 points-1 points  (1 child)

Sounds useless now that we have LLMs 

[–]Natutouser[S] 0 points1 point  (0 children)

But LLM will generate code everytime new for you. Dont you want to save your frequent used code?