3
votes
PHP: when to use arrays, and when to use objects for mostly-data-storing code constructs?
You can implement json structure using JsonSerializable interface and use nested array/class in any way.
Class is faster in get/set operations and easier to debug. With Array you need no declaration.
...
2
votes
Is it true that "Real programmers can write assembly code in any language."?
Assembly languages are the most primitive programming languages. There are much better programming languages, but “real programmers” (those who grew up with assembly languages and refused to learn ...
1
vote
What makes Python more used as an implementation language than the others?
Is Python really more used than other languages?
It depends.
Let's have a look.
In OSS web applications PHP dominates the installations: WordPress, Typo3, Joomla, Magento, ShopWare, Moodle. Maybe the ...
1
vote
What makes Python more used as an implementation language than the others?
As a well-known Perl person, I have a few thoughts, and almost none of them are related to one language being better than another. Perl and Python, in the hands of skilled practitioners, can basically ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
perl × 69php × 13
python × 12
programming-languages × 9
java × 5
c++ × 5
c × 4
data-structures × 4
scripting × 4
bash × 4
design-patterns × 3
object-oriented × 3
web-development × 3
ruby × 3
design × 2
algorithms × 2
documentation × 2
templates × 2
cgi × 2
architecture × 1
javascript × 1
programming-practices × 1
licensing × 1
api × 1
web-applications × 1