The code-snippets tag has no wiki summary.
-1
votes
1answer
77 views
Should I bother / best way to format and publically distribute code snippets?
I have collected a significant library of code snippets for various languages which I collect in Evernote.
They are generally well labelled and formatted, and I think could possibly be useful to ...
2
votes
3answers
81 views
How to organise utility scripts inside a development team?
Inside my development team there are a lot of tooling/utility scripts around all members. Those scripts are mainly for specific tasks and shouldn't be part of our SCM (perforce).
How should we ...
1
vote
1answer
160 views
Copyrights concerning code snippets and larger amounts of code [closed]
I am designing a public code repository. Users will be allowed to post and edit whatever amount of code they want, from code snippets to entire multi-file projects. I have a few major legal concerns ...
1
vote
3answers
669 views
Best tool for keeping and organizing code snippets and code templates [closed]
I was wondering what is the best tool for keeping a collection of code snippets and code templates that you use most often or just want to organize.
The tool must be IDE/Editor agnostic.
Desktop ...
4
votes
3answers
602 views
What is your suggestion to write clean and well organized php code?
I am a php beginner coder.
I always find myself in a mess when I try to alter or add something to my scripts. Because they are not well organized.
So, I want to learn how to organize my code, so it ...
2
votes
3answers
122 views
What are some precedents on how substantial a snippet must be to be copyrightable?
I occasionally worry that when I borrow snippets of code from websites, etc. there's at least the theoretical possibility that this will be copyright infringement. However, small pieces of code to ...
6
votes
5answers
353 views
How do I let programmers know something useful?
Quite often I go through pain to discover how to do something useful, in this case how to get PHP running on Google App Engine without the 'resin.jar too big' problem, but I have nowhere to let people ...