|
Feb 1 |
comment |
How to report a bug in MS Access/VBA @gnat: Good idea, I'll consider that next time. (Although the bug really wasn't difficult to reproduce, here's the description, if you are curious.) |
|
Feb 1 |
comment |
How to report a bug in MS Access/VBA Sorry if the second part sounds a bit like a rant; I've tried to keep the first part (the question) as objective and answerable as possible. Feel free to improve. |
|
Feb 1 |
asked | How to report a bug in MS Access/VBA |
|
Feb 1 |
awarded | Informed |
|
Jan 22 |
awarded | Popular Question |
|
Jan 18 |
awarded | Nice Answer |
|
Jan 18 |
revised |
Why don't languages include implication as a logical operator? added 4 characters in body |
|
Jan 18 |
answered | Why don't languages include implication as a logical operator? |
|
Dec 24 |
awarded | Enlightened |
|
Dec 20 |
awarded | Nice Answer |
|
Dec 20 |
revised |
Question regarding code readability added 139 characters in body |
|
Dec 20 |
answered | Question regarding code readability |
|
Nov 19 |
comment |
License for library developed with commercial program +1, nice explanation. I'm curious about your example, though: What if I don't have the source of h? |
|
Nov 14 |
accepted | Pattern for a class that does only one thing |
|
Nov 9 |
awarded | Enlightened |
|
Nov 9 |
awarded | Nice Answer |
|
Nov 8 |
comment |
Pattern for a class that does only one thing @StevenJeuris: Regarding the tags: Although the question itself is language-agnostic, (a) I had the feeling that the problem is more relevant to Java/.NET developers than, for example, Perl or PHP users, (b) the examples are written in pseudo-Java/C# and (c) I was particularly interested in the opinion of Java/.NET developers (since that's what I'm using), so I wanted to attract that crowd. |
|
Nov 8 |
awarded | Nice Question |
|
Nov 8 |
comment |
Pattern for a class that does only one thing This sounds exactly like what I'm doing. Thanks, at least I have a name for it now. :-) |
|
Nov 8 |
comment |
Pattern for a class that does only one thing @StevenJeuris: I've stumbled upon this issue in various situations, but in the current case it's a method that imports data into the local database (loads it from a web server, does some manipulations and stores it in the database). |