Tagged Questions

11
votes
17answers
593 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 …
2
votes
4answers
57 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 …
0
votes
2answers
60 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
284 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 …
1
vote
1answer
11 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 t …
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 organize …
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 …
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 …
3
votes
5answers
231 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
146 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 …
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 …
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 …
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
113 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 …
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 …

1 2 3 4 next
15 30 50 per page