Tagged Questions

1
vote
3answers
47 views

What do you use for organizing SQL snippets?

What do you use for organizing SQL snippets? I've been using a directory structure with separate SQL files. I work as an consultant and the customer wants some of their people to have an "easier" …
12
votes
2answers
221 views

How should I organize Python source code?

I'm getting started with Python (it's high time I give it a shot), and I'm looking for some best practices. My first project is a queue which runs command-line experiments in multiple threads. I'm …
2
votes
7answers
180 views

Is it naughty to have a large utility file?

In my C project I have quite a large utils.c file. It is really full of many utilities of different sorts. I feel a bit naughty just stuffing different miscellaneous functions in there. For example it …
2
votes
2answers
86 views

Organizing Python projects with shared packages

What is the best way to organize and develop a project composed of many small scripts sharing one (or more) larger Python libraries? We have a bunch of programs in our repository that all use the …
0
votes
3answers
57 views

How to organize OO js code in files? Local network application

I'm currently developing an application that will be run on local network in B2B environment. So I can almost forget about micro(mini?) optimizations in terms of saving bandwidth because Hardware Is …
0
votes
5answers
116 views

how to organize the code similar to #region/#endregion in .NET?

Hi, While the code is growing big it is getting harder and harder to keep everything well organized. One thing I liked very much the time I developed in .NET was #region/#endregion which enabled to …
0
votes
2answers
37 views

How should I organize my ajax actions files

I would like to know what's the best way to organize my php project with ajaxActions files. At the moment I have a few ./process/ajaxAction_pagename.php files containing my actions like this: if …
1
vote
2answers
130 views

Folder and file organization for Python development

Hello guys. What is the best way to organize code that belongs to the same project in a Python development environment? What are the do and donts of Python project organization? Do you separate each …
11
votes
9answers
516 views

Why is each public class in a separate file?

I recently started learning Java and found it very strange that every Java class must be declared in a separate file. I am a C# programmer and C# doesn't enforce any such restriction. Why does Java …
1
vote
3answers
107 views

Can maven projects have multiple parents?

Hi, we have java and flex projects at work. We currently have 1 base pom that contains the configurations we want to use for both projects. Problem with this is: flex projects inherit configuration …
1
vote
6answers
100 views

Organize small utilities functions

Hi all. After years of programming, we all have a set of small functions used as helpers utilities that we wish it comes build-in so we can use it in any project and have ti taken care by more people …
0
votes
2answers
289 views

Referencing JAXB jars - best practice

My first post, so go easy on me. I'm looking for advice on organising and referencing third party jars for use in my j2ee web application. The jars I need to organise and reference are the JWSDP-2.0 …
2
votes
8answers
323 views

Organizing Classes in PHP

Suppose I've the following classes in my project: class Is // validation class class Math // number manipulation class Now, if I want to validate a given number for primality where …
2
votes
3answers
93 views

What is this dashed line called that aligns function blocks in my IDE?

The SPE IDE that I use for my Python code uses this "visual cue" that looks like a vertical dashed line for alignment of (what I would call) function blocks. How can I get this option in Visual …
16
votes
21answers
2k views

Best Practices - CSS Stylesheet Formatting

This may seem like a strange question...but here goes: I'm currently working on creating a fairly large site using table-less design/css (obviously the best way to go). Unfortunately, I have a …

1 2 3 4 next
15 30 50 per page