Tagged Questions
The organizing tag has no wiki summary.
287
votes
28answers
22k views
Current commonly accepted best practices around code organization in JavaScript [closed]
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 ...
66
votes
6answers
23k 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 ...
46
votes
11answers
6k 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 ...
26
votes
21answers
2k views
What Can Someone Do to Get Organized Around Here? [closed]
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 ...
21
votes
12answers
3k 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 ...
20
votes
34answers
2k 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 ...
18
votes
7answers
2k views
How to organize MATLAB code?
How do you organize your Matlab code? I've come into ownership of several thousand lines of Matlab code, some as >900 line functions and a few directories full of function_name.m files. It's hard to ...
18
votes
9answers
691 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 ...
17
votes
60answers
3k views
Managing my TODO list - how to get organised
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
17answers
2k 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 ...
10
votes
3answers
7k 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, ...
9
votes
5answers
3k views
What is the standard way to organize iPhone MVC code in XCode?
I have an iPhone application that contains several views and their associated controllers. Looking at sample code, I've seen different different ways to organize these files - either have all of the ...
9
votes
7answers
676 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 ...
9
votes
15answers
1k views
How do you organize your (online) resources and researched data? [closed]
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 ...
8
votes
7answers
235 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 ...
8
votes
6answers
234 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
8answers
3k views
How do you organize Python modules?
When it comes to organizing python modules, my Mac OS X system is a mess. I've packages lying around everywhere on my hdd and no particular system to organize them.
How do you keep everything ...
7
votes
5answers
368 views
How do you maintain your program vocabulary?
In a not-so-small program, when you have not-so-few entities, in order to maintain code readability, common terms, and otherwise improve mutual understanding between team members, one have to define ...
6
votes
1answer
4k views
Xcode - Using #pragma mark
I'm pretty sure this isn't a duplicate.
Do you use #pragma mark? I've seen multiple ways, which is correct?
#pragma mark -
#pragma mark === Actions ===
#pragma mark -
#pragma mark -
#pragma mark === ...
6
votes
18answers
1k views
Project management tool for just 2 people?
We are a two people team of software developers and have just started working on a new project. We have a myriad of very small non-critical tasks and some bigger tasks which are usually time-critical ...
6
votes
10answers
13k views
How do you organize and keep track of multiple (many) projects
As a contractor, out-sourcer and shareware author,I have about 5-10 projects going on at any one time. Each project has a todo list, requirements need to be communicated to other outsources and ...
6
votes
9answers
1k views
.NET namespaces
My background is primarily as a Java Developer, but lately I have been doing some work in .NET. So I have been trying to do some simple projects at home to get better at working with .NET. I have been ...
5
votes
3answers
173 views
How Can I organize the development as a lone developer
At my job I sit myself and develop custom applications for our customers. I've looked at the agile way of working, but it is for teams. Right now I'm working pretty add-hoc. Is there a methodology for ...
5
votes
9answers
251 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 towards an objective.
...
5
votes
4answers
376 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
5answers
2k views
How to organize ASP.NET app_code folder?
In ASP.NET my app_code folder has a ton of .cs files in it. It would be great if I could organize them by the module they belong to in my project so I am not scrolling forever when I expand the ...
5
votes
7answers
946 views
In what namespace should you put interfaces relative to their implementors?
Specifically, when you create an interface/implementor pair, and there is no overriding organizational concern (such as the interface should go in a different assembly ie, as recommended by the s# ...
5
votes
11answers
1k views
What's the best way to organize code?
I'm not talking about how to indent here. I'm looking for suggestions about the best way of organizing the chunks of code in a source file.
Do you arrange methods alphabetically? In the order you ...
5
votes
3answers
937 views
What is the best way to organize my C project code and its external libraries?
I'm starting a new C project, which is largely OSS-based. It'll also be on SourceForge, and I'd like to take this opportunity to learn established best practices for organizing this kind of code. I'm ...
4
votes
4answers
1k views
Recommend a note taking wiki-like “super” application
I need a note taking wiki-like "super" application. I'll start with a rundown of applications that I've already evaluated and/or used:
Wikidpad
Pros:
fast switching between the edit and view ...
4
votes
3answers
2k views
How to organize a complex Flash project
Let's compile a list of tips.
(Understandably there will be some subjectivity involved, but some pointers would be useful to someone overwhelmed by tackling a large project within the Flash ...
4
votes
3answers
230 views
Tips for working in a large library?
I'm currently working on a quite large library (5M lines of code, in C++ under VS2005, 1 solution and close to 100 projects). Even though we distribute compilation, and use incremental linking, ...
4
votes
8answers
663 views
Organizing Documents [closed]
I’ve got a lot of PDFs/CHMs and they are getting out of control. So I’ve decided to do something about it. First I hit Google and didn’t get very far - the range of programs are very naff. Then I hit ...
3
votes
7answers
436 views
How to organize css files?
When my site depends on many css files, I realize it is a mess. It means, I use different css files from another team, and I put them together with mine. Hmm, many files then!. I get stuck with ...
3
votes
4answers
323 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 ...
3
votes
5answers
631 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 ...
3
votes
6answers
142 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 the module's ...
3
votes
6answers
334 views
Recommended ways to split some functionality into functions, modules and packages?
There comes a point where, in a relatively large sized project, one need to think about splitting the functionality into various functions, and then various modules, and then various packages. ...
3
votes
6answers
2k views
How to organize assets of a website?
I am curious as to whether or not anyone knows of a good reference/best practice on how to organize a website's assets.
I have always had a folder for CSS/scripts/images and just dumped everything ...
3
votes
6answers
222 views
How do you manage your scripts?
As programmers I'm sure many (if not all) of us have scripts which automate parts of our daily work/play. I was curious as to how others organize their scripts? Do you categorize your scripts? Do you ...
3
votes
16answers
1k views
Notekeeping tool that doesn't lock you in
We all know that having a good note taking tool is important as a developer.
However, OneNote and Evernote forces us to be locked in to a particular vendor.
Anyone know of good open-source tools, or ...
2
votes
4answers
148 views
How do you organize your page in php?
Usually I have the main page (index.php) that include header/footer/menu and the content of the page. The content is changed checking some variable from the GET/POST method: for each condition, I load ...
2
votes
3answers
609 views
Where should test classes be stored in the project?
I build all my web projects at work using RAD/Eclipse, and I'm interested to know where do you guys normally store your test's *.class files.
All my web projects have 2 source folders: "src" for ...
2
votes
5answers
139 views
About Php development
hi actually i m new in programming and i have developed two projects one in osdate and other is my own code >and i am just 6 months older in PHP as developer >i am not happy with my code standard i ...
2
votes
3answers
526 views
Best Practice: Organize Unit Tests
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 project have Unit ...
2
votes
6answers
218 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 ...
2
votes
3answers
422 views
Worth the headache to organize SQL files by application subject?
At my company, we save each database object (stored proc, view, etc) as an individual SQL file, and place them under source control that way.
Up until now, we've had a very flat storage model in our ...
2
votes
1answer
226 views
DDD: Organizing 100s of properties on an Entity
How would you organize an entity that has 100s of properties? One could go as far to say 100s of properties, with a few Value Objects (as a few of the properties have 2 or 3 properties of their own). ...
2
votes
5answers
745 views
Organizing a Web Application
How do you guys organise your asp.net web applications?
Do you have you classes in the applicaiton, or in a seperate class library?
How do you split your classes into name spaces, by type, function, ...
2
votes
4answers
129 views
Where do you keep your common sql task scripts?
In your workplace, where do you store your common, non-database specific scripts that you use in SQL Server? Do you keep them in .SQL scripts on the file server, do you store them in the Master ...