| bio | website | stackoverflow.com/users/24755/… |
|---|---|---|
| location | Philippines | |
| age | 30 | |
| visits | member for | 2 years, 5 months |
| seen | yesterday | |
| stats | profile views | 29 |
I'm a .Net programmer for a well-known software development outsourcing company, with inclination towards web development.
The competent programmer is fully aware of the limited size of his own skull. He therefore approaches his task with full humility, and avoids clever tricks like the plague. -- Edsger Dijkstra
All original source snippets I post on Stack Exchange sites are dedicated to the Creative Commons Zero (CC0).
|
Feb 20 |
revised |
Validation of the input parameter in caller: code duplication? added 214 characters in body |
|
Feb 20 |
answered | Validation of the input parameter in caller: code duplication? |
|
Feb 20 |
comment |
Why is OOP difficult? I believe there should be a focus on the SOLID priciples Though I suggest the programmers should feel first how badly designed their application. Without feeling how unmaintainable their application, they will see the SOLID principle (and perhaps any good programming advice) as a extra baggage with no apparent benefits. |
|
Feb 18 |
comment |
How to write useful Java programs without using mutable variables I suspect that the article's integer lazily generates integers, and the take function picks 25 of the squared-of numbers from integer. In short, you should have a integer function to lazily produce integers to infinity. |
|
Feb 8 |
awarded | Informed |
|
Jan 25 |
comment |
Why does the use of interface-based programming appear to be limited to behaviour? @Carnotaurus could you define what you mean by essences and realize commonsense physical? Are you referring non-behavior properties of an object? object's attributes? |
|
Jan 18 |
comment |
How do you test software that is time sensitive? In some companies, all workstation logged into the network should not deviate from the "server" time by 5 mins, otherwise, the workstation will lock. It happened to me :-) |
|
Dec 11 |
comment |
Organizing ASP.Net Single Page Application with Nancy I've checked the FAQ of codereview and it considers "Higher-level architecture and design of software systems" as off topic, though honestly, I'm torn as to consider if my question is a higher-level architecture or not. Nonetheless, thanks for the post. |
|
Dec 10 |
revised |
Architecture guidelines for a “single page web-app” added 106 characters in body |
|
Dec 10 |
answered | Architecture guidelines for a “single page web-app” |
|
Dec 10 |
accepted | Organizing ASP.Net Single Page Application with Nancy |
|
Dec 10 |
revised |
Organizing ASP.Net Single Page Application with Nancy added more tags |
|
Dec 10 |
asked | Organizing ASP.Net Single Page Application with Nancy |
|
Jan 17 |
answered | When and how to use the advanced features of git? |
|
Jan 10 |
awarded | Yearling |
|
Jan 9 |
comment |
Why is OOP difficult? @JerryCoffin I've tried looking for resource on the web for generic programming that you're referring to, is it concept programming or something else? Anyway, TopMind help me see that OOP does not solve all problem domain, though I find few of his proposed idea impractical. |
|
Jan 9 |
comment |
Why is OOP difficult? Sounds like Table Oriented Programming, though I'll say I come to realize more that OOP isn't the silver bullet of software development. |
|
Jan 9 |
answered | How do I make a license an open source license? |
|
Dec 8 |
awarded | Nice Question |
|
Dec 6 |
comment |
Inheritance vs mixins in dynamic languages? Composition, anyone :) |