Search Results

0
votes
4answers
115 views

How new programming frameworks help analysts, designers and programmers better work together?

It may be Water fall, iterative or agile development or anything else. No matter what development lifecycle mode we talk about there always several perspectives for same problem. From business to p …
0
votes

Are flat file databases any good?

You can use fiat file databases if it is small enough does not have lost of random access. Big file with lot of random access will be very slow. And no complex queries. No joins, no sum, group by e …
2
votes

When you start thinking about a programming project what do you do first?

Collect requrements Define priorities Estimate effort Start work Track and evaluate progress …
0
votes

On K.I.S.S and paving cowpaths

You still need to maintain database. One possible approach I can suggest is to map field names in application code as you plan it to do. But then sooner or later you have to start handling this nam …