Skip to main content
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. ...
El''s user avatar
  • 141
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 ...
gnasher729's user avatar
  • 49.4k
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 ...
Helmut Wollmersdorfer's user avatar
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 ...
brian d foy's user avatar
  • 1,971

Only top scored, non community-wiki answers of a minimum length are eligible