Tagged Questions

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 …
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 …
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 …
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 …
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 …
12
votes
17answers
626 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 …
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 …
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 …
11
votes
11answers
682 views

How should I organize the contents of my CSS file(s)?

This question is about organizing the actual CSS directives themselves within a .css file. When developing a new page or set of pages, I usually just add directives by hand to the .css file, trying …
8
votes
6answers
195 views

Reorganising a development teams as it grows

How do you grow from 6 to 20+ developers and maintain the same productivity? When I started at my company there were only 6 of us doing development. There were no communications issues. Each developer …
8
votes
7answers
363 views

Organizing the source code base when mixing two or more langauges (like Java and C++)

I ran into a problem a few days ago when I had to introduce C++ files into a Java project. It started with a need to measure the CPU usage of the Java process and it was decided that the way to go was …
8
votes
16answers
542 views

How do you organize your (online) resources and researched data?

Reading up on some of the answers to another question I found a tip about a book I wanted to take a closer look at. The provided link goes to amazon.com, but for historical reasons I have my wish …
7
votes
7answers
147 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 …
6
votes
4answers
162 views

Organizing interfaces

I am just reading Agile Principles, Patterns and Practices in C# by R. Martin and M. Martin and they suggest in their book, to keep all your interfaces in a separate project, eg. Interfaces. As an …
5
votes
3answers
504 views

Xcode Project Resource Organization and Structure

Hey guys I'm relatively new to Xcode and one thing that has bothered me is that when I add a resource it gets added to the top level directory of my project directory. So for example, at the moment, …

1 2 3 4 5 next
15 30 50 per page