10
votes
17answers
476 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 …
0
votes
2answers
59 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 com …
14
votes
9answers
277 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 n …
56
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 organize …
3
votes
5answers
225 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 …
7
votes
7answers
144 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 …
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 bette …
0
votes
1answer
25 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_prof …
2
votes
5answers
109 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 me …
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 note …
25
votes
10answers
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 …
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 avai …
4
votes
9answers
203 views
Should a programmer try to list their “Next Actions”?
David Allen's "Getting Things Done" recommends keeping a "Next Action" list to organize your work, where a "Next Action" is the next physical action you will do to make progress to …
3
votes
6answers
88 views
Drupal: Staying Organized with Module Changes
The deeper I get with Drupal the more I have to make changes to code within other people's modules. These are usually small changes, and so far it doesn't make sense to rewrite th …
0
votes
1answer
70 views
how to locate a program to desktop by C#
hi
i want to do a program that like daily organizer or agenda. i want that program runs on desktop like a wallpaper but as transparantly. (like the clock on vista). how can achie …
