3
votes
6answers
163 views
How does “Language Oriented Programming” compare to OOP/Functional in the real world
Hi everyone!
I recently began to read some F# related literature, speaking of "Real World Functional Programming" and "Expert F#" e. g.. At the beginning it's easy, because I have …
5
votes
8answers
676 views
Learning Functional Programming?
I've recently been dabbling in functional programming with languages like Lua, Scheme and most notably F# and there are a lot of resources to learn these languages. However, the r …
5
votes
9answers
414 views
Do you use MDA/MDD/MDSD, any kind of model-driven approach? Will it be the future?
Programming languages had several (r)evolutionary steps in their history. Some people argue that model-driven approaches will be The Next Big Thing. There are tools like openArchit …
5
votes
12answers
232 views
How can I start designing my program on paper without over engineering things?
I'm interested in starting to properly design my software on paper before I ever start coding. What is the standard approach for this?
I'm thinking something along the lines of UM …
1
vote
4answers
150 views
PHP IF statement for Boolean values: $var === true vs $var
I know this question is not really important.. however I've been wondering:
Which of the following IF statements is the best and fastest to use?
<?php
$variable = true;
if($ …
2
votes
1answer
70 views
What is data oriented design?
I was reading this article (note: click the magnifying glass to zoom to be able to read it), and this guy goes on talking about how everyone can greatly benefit from mixing in data …
2
votes
3answers
85 views
Any sucess using UI-based program structuring?
Have you ever structured your source code based on your user interface parts? For example if your UI consists of:
GridView for showing some properties
3D rendering panel
panel fo …
96
votes
150answers
8k views
What things didn’t you know you needed but are now very glad you have?
Take a programmer that has never used source control, show them what it does, and their eyes light up... the benefits are obvious but until they actually see it most people had nev …
0
votes
2answers
96 views
newbie to OO question
My question pertains to windows forms
Let's say I have a combobox for customer and orders, and depending on the selection made on those comboboxes I populate a datagrid for all th …
2
votes
3answers
78 views
declarative programming and imperative programming
hello,
I am studying two main paradigms of programming, declarative and imperative paradigm. I am having a hard time following the ambiguous statements made on my textbook and wik …
3
votes
6answers
510 views
What is Component-Driven Development?
Component-Driven Development term is starting to get used widely, esp. in connection with Inversion of Control.
What is it?
What problems does it solve?
When is it appropriate an …
-2
votes
2answers
63 views
Recommendations for Acquiring Concepts?
This somewhat parallels a semi-frequent discussion on /.. What languages are recommended for someone to learn, based on their concepts, to become a programmer; for instance, many o …
2
votes
1answer
229 views
Mixins vs. Traits
What is the difference between Mixins and Traits?
According to Wikipedia, Ruby Modules are sort of like traits. How so?
0
votes
0answers
26 views
High Granularity Adaptive Society of Agent Software?
Hi,
I was thinking about how our society incentivizes behaviors by a collection of free individuals, so that the work of those individuals fulfils the requirements of the society …
10
votes
9answers
337 views
Significant Challengers to OOP
From what I understand, OOP is the most commonly used paradigm for large scale projects. I also know that some smaller subsets of big systems use other paradigms (e.g. SQL, which i …
