paradigms
MVC & Program State - Should Models be Dumb?
I\'m using a framework which uses the MVC paradigm.It\'s CodeIgniter, but my question isn\'t about the framework specifically - it\'s more generally about best practices when working with MVC.[详细]
2023-02-07 02:07 分类:问答Should object-oriented principles be applied in procedural languages?
I know that it\'s possible in principle to turn even procedural languages such as C or MATLAB into object-oriented ones. This question has been fairly well discussed here and here.[详细]
2023-02-06 04:22 分类:问答Newer programming language than Prolog for logic programming
开发者_运维百科Is there any newer language than Prolog specialized for logical programming?Mercury is nice and modern, and resembles prolog.[详细]
2023-02-05 03:40 分类:问答What tools/programming languages do people use that support TDD?
I want to get an idea of What tools/programming languages people ar开发者_如何学Goe using that supports Test Driven Development?[详细]
2023-02-03 01:57 分类:问答Markup/Style best practices: How to efficiently distribute style rules over CSS classes?
Assume that I have some HTML page, and a corresponding CSS file.I\'d like to add rounded corners to some elements.I want to alternate background colors on every other section.I want to add a hover sta[详细]
2023-02-01 06:58 分类:问答Data structure to keep track of active connections
When I want to keep track of active connections, is it better to save them into linked list or directly to some array where index will represent ID of the connection? I want to prevent possible race c[详细]
2023-01-24 07:31 分类:问答What is the canonical way of handling different types in Python?
I have a function where I need to generate different output strings for another program I invoke, depending on which type it wants.[详细]
2023-01-22 07:51 分类:问答Are FP and OO orthogonal?
I have heard this time and again, and I am trying to understand and validate the idea that FP and OO are orthogonal.[详细]
2023-01-20 14:48 分类:问答Is there a programming language oriented to description of interaction between agents?
I want to create different kinds of processes in which agents interact with each other. I want to describe (define, formalize) processes of interaction between agents using a special language. In othe[详细]
2023-01-18 09:13 分类:问答Are there any programming paradigms not based around manipulating variables and functions? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or ex开发者_如何学编程pertise, but this question will likely[详细]
2023-01-15 06:38 分类:问答