Tagged Questions
-3
votes
0answers
45 views
Integrating Infusionsoft with wordpress [closed]
I have a user management system that populates the wordpress user but it is not currently speaking to infusionsoft as well. A plugin will not work because it is in the backend coding and not on the ...
16
votes
3answers
681 views
How to choose between Tell don't Ask and Command Query Separation?
The principle Tell Don't Ask says:
you should endeavor to tell objects what you want them to do; do not
ask them questions about their state, make a decision, and then tell
them what to do.
...
10
votes
4answers
1k views
Why Groovy(Java)?
I am looking on a new language to pick up and found out about Groovy.
According to the website, the language is 'agile dynamic' language.
How is it Agile?
How shorter are the syntax compared to ...
4
votes
6answers
1k views
Write once, run anywhere. Is it still relevant?
Since Oracle bought Sun and Apple have decided not to continue developing their JVM, is the "write once and run everywhere" model still relevant or has web services/SOA reduced it to an edge case?