procedural-programming
What scope should my data objects have in VBA
I am populating a set of arrays from worksheet data. I then manipulate the data before writing it out to another works开发者_StackOverflow中文版heet (see example below).[详细]
2023-02-07 00:18 分类:问答When to switch from procedural to OOP?
In most discussions of OOP it\'s said that the advantage is re-usability.. You put in some extra work to define your classes, and it saves you time later in being able to create many instances and ext[详细]
2023-01-30 04:15 分类:问答What's the difference between functional, structured and procedural programming?
I have read some articles 开发者_StackOverflow社区on all subjects, but I don\'t quite get the differences.Structured programming is an old term that I think would encompass functional, procedural, and[详细]
2023-01-29 23:06 分类:问答think in OO by a procedural guy
I\'m on the stage of learning cakephp, which is a OO based framework, but i have not a good understanding o开发者_如何学编程f OO. I come fromC procedural field.[详细]
2023-01-27 15:14 分类:问答A PHP design pattern that is not OO, PHP pattern best suited to this situation
We were given a php inventory program. We are then supposed to say if a design pattern will make the program better or if it will just make the program more complicated.[详细]
2023-01-24 21:47 分类:问答oo javascript with properties from server, methods from cache, best practice?
I\'m converting procedural JS to OO and would appreciate any help. In a nutshell, what I have is a html-page containing:[详细]
2023-01-18 02:17 分类:问答Unrolling procedural code into SQL
The act of transforming procedural code into SQL has been of interest to me lately. I know that not absolutely everything is expressable in a turing complete procedural language.[详细]
2023-01-10 00:39 分类:问答Design Patterns and Encapsulation for Procedural Programming?
I\'m working on a fairly large PHP project 开发者_JAVA百科written in a procedural style (it was written before PHP 5), and I can\'t help but feel that some of the things I\'m doing are a little \"hack[详细]
2023-01-06 23:02 分类:问答which metric(s) show the difference between object-oriented and procedural code
Which metric(s) could help to indicate that开发者_开发百科 i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability,[详细]
2022-12-24 01:43 分类:问答OOP vs PP for algorithms
Which paradigm is better for design and analysis of algorithms? Which is faster? Because I have a subject called Design and Analysis of Algorithms in university and have开发者_开发技巧 a time limit fo[详细]
2022-12-23 13:54 分类:问答