| bio | website | |
|---|---|---|
| location | St. Petersburg, Russia | |
| age | 31 | |
| visits | member for | 2 years, 7 months |
| seen | May 20 at 19:49 | |
| stats | profile views | 104 |
mail: mlvl.jr@gmail.com
|
Jan 10 |
comment |
Examples of different architecture methodologies The topic was covered in-depth in amazon.com/Professional-Java-Interfaces-Mauro-Marinilli/dp/… as far as I remember, you might find it interesting. |
|
Dec 17 |
comment |
What is abstraction? Thanks. And welcome! |
|
Dec 17 |
awarded | Popular Question |
|
Dec 17 |
comment |
What is the hardest bug to find? +1 "Please do not copy-paste bugs." ;) |
|
Dec 17 |
comment |
What is abstraction? +1, "I do abstraction!" will be nice for a T-shirt ;) Thanks for the link on morphism(s) (though it does not directly mention the poly - one amongst the dozen others mentioned ;) ) also. |
|
Dec 16 |
comment |
What is abstraction? +1, Yeah, the topic seems to really bog many of us ;) I hope to (finally) complement your answer with some points of my own to provoke some more interest to the discussion. |
|
Dec 14 |
awarded | Nice Question |
|
Nov 22 |
comment |
What popular “best practices” are not always best, and why? +1, Hehe, what's the interface of an int? ;) |
|
Nov 21 |
awarded | Civic Duty |
|
Nov 19 |
awarded | Enthusiast |
|
Nov 17 |
comment |
Is Oberon really “a better Pascal”? There's a possible spell error in "O`v`eron For Pascal Developers" ;) (but it says it all -- that thing is over ..) |
|
Nov 14 |
comment |
How to teach Exception Handling for New Programmers? -1 for being too elitist and cs'y ;) |
|
Nov 14 |
awarded | Benefactor |
|
Nov 13 |
comment |
Tips for working fast Being tipped probably would many work faster a bit.. |
|
Nov 13 |
comment |
Whats the greatest most impressive programing feat you ever witnessed? Damn, that guy must be a cyborg.. |
|
Nov 13 |
comment |
Whats the greatest most impressive programing feat you ever witnessed? Hm, I was thinking about almost duplicating this one exactly yesterday ;) Many thanks for asking it! |
|
Nov 12 |
awarded | Nice Answer |
|
Nov 12 |
awarded | Nice Answer |
|
Nov 12 |
comment |
What are some things you have read that inspired and guided you as a programmer? @Frank Shearar The guy just perefers simplicity to potential spaghetti I think. He also gave a lecture in Russian about a year ago; there he said that he prefers simple things like "for, if" and essentially sees nothing bad in writing Pascal in any language, if the code is effective and clear (as opposed to mistically duct-typed, as I get it). |
|
Nov 12 |
comment |
How to test the tests? @Carson63000 If it's a simple test testing something with a tested mock, the complexity is split and under control (, I think). |