procedural

Procedural snare drum

So I've got something like: void createSinewave( short * array, int duration, int startOffset, float freq, float amp ) ; void createSquarewave( short * array, int duration, int startOffset, float freq, float amp ) ; Other functions "slide" a wave form from some low frequency to some high frequency, and accept two frequency pa...

Any procedural (non-OO) PHP Framework?

I've stumbled across a couple of PHP Framework questions on SO. But like //so/questions/2648/what-php-framework it's mostly an itching on the surface or popularity contest. Skimming through each frameworks API or introduction docs didn't give me a good overview either. However, I was wondering if there is something like a purely procedu...

Doxygen for procedural programs

I have some large, mostly procedural codes that need to be well documented. This generally involves repeated use of a number of functions that must be executed in a certain order. Doxygen is a great product, but it seems very oriented towards documenting OOP codes. Does anyone have any tips on how to use doxygen in a natural way to docu...

what is no-oo mvc in php?

what is no-oo mvc in php? If it is possible, give an example. If not, why? ...

Designing WCF service interface. Procedural vs Object Oriented Design

Hi all, we are building product that can be used by other systems. As we have SOA, we develop only a service (WCF). We had several controversial discussions about how to design an interface of that service. We are choosing between procedural and OO design for service. As our service will be used from .NET and Java some say that it is h...