0
votes
1answer
19 views
Xcode organising files and folders (core data model objects - iPhone)
I am developing for the iPhone and the prevailing advice on auto-generating files from entities, when using Core Data, is to select the *.xcdatamodel file and the create the new file(s) etc. This …
2
votes
3answers
69 views
Best Practice: Organize Unit Tests.
Hello there,
I have solution with >270 projects, it contains various folders and etc. Imagine each project have Unit Tests, what do you think what is the best way to organize them? Should each …
12
votes
5answers
3k views
How do you organise multiple git repositories?
With SVN, I had a single big repository I kept on a server, and checked-out on a few machines. This was a pretty good backup system, and allowed me easily work on any of the machines. I could checkout …
27
votes
11answers
1k views
Best practices for large solutions in Visual Studio (2008)
We have a solution with around 100+ projects, most of them C#. Naturally, it takes a long time to both open and build, so I am looking for best practices for such beasts. Along the lines of questions …
2
votes
4answers
63 views
Python organizing data with multiple dictionaries
I am trying to create a small server type application and have a question regarding organizing data with dicts. Right now I am grouping the data using the connection socket (mainly to verify where …
1
vote
1answer
15 views
Group commonly used solution items by function VS add-in
I am working i a big solution with much projects and items. It would come in very handy if there was an add-in in visual studio where i can group some items together according to their function. that …
12
votes
17answers
633 views
How do you organize your work?
How do you work? More specifically, how do you keep your programming tasks organized.
When I do Mac development at home I use software called an outliner to organize, keep notes and prioritize the …
57
votes
23answers
4k views
Javascript - How do you organize this mess?!?
As Javascript Frameworks like jQuery make client side web applications richer and more functional, I've started to notice one problem...
How in the world do you keep this organized?
Put all your …
0
votes
0answers
4 views
How to organizeand catolog a Small Library
I have a small library that includes hardback and softback books, research papers, newpaper clippngs, magazine articles, maps and census papers. I have no clue how to organize and catalog all these …
0
votes
2answers
63 views
Separating Code To Be Organized
I'm building a zipper application, but it has a declaration that I want to separate it in another file (compress-file.m), but only when I separate the files I got an error when compiling with a …
3
votes
5answers
237 views
Code organization style for C?
I know some higher level languages, all web based (PHP, javascript, some python). I've finally decided to learn a lower level language, and I've decided to go with C. The problem is that all the …
15
votes
9answers
288 views
What kind of software development process should a lone developer have?
I work as a lone developer in a very small company. My work is quite chaotic and I'm looking for ways to make it more organized.
One problem is that my projects have practically no management. Rarely …
0
votes
1answer
26 views
Naming and organizing images
What's the general rule of thumb while naming dynamic / user-uploaded images. For instance, profile pictures.
Is there a benefit for filenames to be human-readable (joshmason_profile.jpg) and not …
1
vote
0answers
42 views
What is the most effective solution you used to label cables? [closed]
Hello! I have a long and intensive rack cleanup project coming up, and I wanted to know what your most effective methods of labeling cables are. I currently use adhesive labels from a brother P-touch …
2
votes
5answers
116 views
Code organization in Python: Where is a good place to put obscure methods?
I have a class called Path for which there are defined about 10 methods, in a dedicated module Path.py. Recently I had a need to write 5 more methods for Path, however these new methods are quite …
