3
votes
What is this strange C code format?
By following some formatting and commenting standards, first of all you show your respect to other people that will read and edit code written by you. If you don't accept rules and write somehow es …
1
vote
How do you evaluate a Software Architect?
Some of more essential characteristics of ideal software architect are:
He should be a good programmer.
Have experience with many languages from different paradigms.
…
0
votes
How do you document your methods?
I write big documentation for the class itself which describes the rationale of it, 30% describing what it does and 50% how it is done, 20% descri …
2
votes
Name three programming languages that seem exotic.
Befunge
Brainfuck
PROLOG (This one worth to learn and play, and it is too different from mainstream imperative paradigms).
…
0
votes
Do you use design marker interfaces to document your Java code?
Let's put things in some order. Suppose that your class
implements Immutable interface, which provides semantic
to compiler or some tool invoked prior to compiler that
the instance will be never ch …
