Tagged Questions

12
votes
17answers
674 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 …
0
votes
1answer
44 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
74 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 …
60
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 …
2
votes
4answers
73 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 …
12
votes
59answers
1k views

Getting organised; The TODO list.

What's the best way to organise my personal TODO list? and what tools are available for organising team TODO lists? Should I still be thinking in terms of TODO or are there better ways to manage my …
15
votes
9answers
297 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 …
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 …
0
votes
2answers
65 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 …
1
vote
1answer
25 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 …
7
votes
7answers
152 views

How to handle images during software development

For software development one often needs images. But when I start working on an image I very fast end up with dozens of versions, like so Start with a nice large scale image, let's say a photo from …
3
votes
5answers
244 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
33answers
1k views

How do you keep track of your programming TODOs?

I'm one of those people who can't get anything done without a to-do list. If it isn't on the list it doesn't exist. Notepad Method: When I'm programming I've been keeping notepad open with a list …
20
votes
21answers
1k views

What Can Someone Do to Get Organized Around Here?

For years I have been trying to find an organizational scheme which works for me. I've tried digital calendars (Google Calendar, My WebCal at work, Chandler, Sunbird) to no avail as of yet. I've …
13
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 …

1 2 3 4 5 next
15 30 50 per page