Tagged Questions
The flexibility tag has no wiki summary.
2
votes
3answers
141 views
Maintainable CSS vs. theme-ability
The above seem to be contradictory goals.
On the one hand, making CSS maintainable seems to me to suggest keeping CSS structured and orderly, and keeping all the styles of an element together in one ...
2
votes
3answers
103 views
Guidelines for writing flexible software?
I've been developing an interpreter in C++ for my (esoteric, if you want) programming language some time now. One of the main things that I have noticed: I start with a flexible concept, and the ...
1
vote
3answers
114 views
Time how to store it
Ok, i'm a bit confused. I am working on a project that have to store some time() in the database. It seems to me that for better flexibility i should store it as timestamp so that i could make ...
1
vote
1answer
97 views
Memory layout for mesh data in scientific computing
I am developing a Finite Element System. As usual, the simulation consists of set of mesh nodes, each with a set of properties (floating-points), like for example several material properties, ...
1
vote
2answers
135 views
Dynamic user control over variables (embedded language?)
I'm creating a piece of software (written in C#, will be a windows application) and I ran into this problem-
I've got a set of variables, and I need to allow the user to define a wide range of ...
1
vote
8answers
305 views
What's the point in hard coding values which may change?
When coding systems which use configuration information, it is always a best practice to soft code these on some medium like Xml so these values can be edited without recompiling the entire system.
...
1
vote
3answers
536 views
How to improve flexibility in the sense of individual software developers and teams?
Management of our business unit provided us with new goals to achieve: flexibility and quality. Our functional leaders (e.g Test lead, Java team lead etc) should transform these high level goals to ...
0
votes
1answer
19 views
cakephp Model Hierarchy
I am using CakePHP for a web application. And I am in very initial stage of development. I am doing designing and developing side by side.
So far, I have 7 tables.
--Site
|--ABC
|--|--BCD [hasMany]
...
0
votes
0answers
47 views
validating stored records
ATM I'm creating a site which will have dynamic type creation (i.e. article, picture, etc...). The problem is I don't know how to provide maximum flexibility for validations (which shall be added same ...
0
votes
0answers
27 views
Good solution to provide flexibility when augmenting data with expert knowledge?
I am building a (.net) application that does (tactical, medium/long term) inventory planning. This planning is based on a demand forecast, product information and business targets.
The planning is ...
0
votes
1answer
46 views
performance and flexibility question - how should i categorize my XML files database? using XML or directories?
I am not sure this is the question for this forum.
I am creating a program that uses between 500-1500 files, I would like to know which way is the preferable way to use in-order to categorize my DB.
...
0
votes
0answers
14 views
Flexibility starting to develop applications and DB
First of all I want to say some info for admins. This post can help to all DBA and developers. Hope You don't close this. I'm writing about widespread problem
I'm writing master work and I want that ...
0
votes
1answer
63 views
Customizable Web Applications
At my company we develop prefabricated web applications. While our applications work as-is in many cases, often we receive complex customization requests. We are having a problem in trying to perform ...
0
votes
1answer
43 views
How much flexibility do you allow users creating uids?
After having to register at one more website, and hitting stupid restrictions on the Username (no spaces or special characters), I'm wondering why we still have programmers restricting things like ...
0
votes
1answer
155 views
Referrals DB schema
I'm coding a new {monthly|yearly} paid site with the now typical "referral" system: when a new user signs up, they can specify the {username|referral code} of other user (this can be detected ...