Tagged Questions

3
votes
2answers
61 views

Guice best practices and anti-patterns

I'm not sure if there is merit to this question or not, but are there any best practices and anti-patterns specific to Google Guice? Please direct any generic DI patterns to this …
1
vote
2answers
36 views

What is the best strategy for Dependency Injection of User Input?

I've used a fair amount of dependency injection, but I'd like to get input on how to handle information from the user at runtime. I have a class that connects to a com port. I all …
2
votes
5answers
114 views

Tic Tac Toe Design Pattern

Hey everyone, I was wondering if I could get your thoughts and advice as to what would be the best/most advantageous design pattern for a networked Tic Tac Toe game? I have been …
3
votes
5answers
76 views

Need some help sorting out a major abstract pattern headache within my DAL

I've caused myself a bit of an issue with my Data Access Layer. In this particular instance, I have a table that contains potentially 5 types of 'entity'. These are basically Compa …
0
votes
5answers
55 views

Generic Java Output Library or Pattern

I'm writing a bunch of data out from a java application that gets consumed by the end user it could be to a file, console, or an arbitrary listener. It would be nice to allow the u …
2
votes
3answers
164 views

C# - Is this a ‘good’ data access pattern and what is it called?

First of all, I apologise for the vagueness of the question title and if this has been asked elsewhere already. I struggled to find a similar answer due to the amount of other 'wha …
8
votes
8answers
170 views

Java Web Application Configuration Patterns

Are there any patterns or best practices that can be used to simplify changing configuration profiles for java web applications across multiple environments. e.g. JDBC URLs, SOAP e …
2
votes
3answers
100 views

What’s the name of this UI pattern?

Sometimes when some feature requires many different settings, they are written in a cloze-like text, where the gaps (=variables) are displayed as comboboxes or hyperlinks which ope …
4
votes
2answers
66 views

Popular JavaScript Inheritance Patterns

I'm working on an ebook on GitHub on TDD JavaScript and I'm wondering if I'm missing any popular inheritance patterns. If you know of any additional patterns I'd love to see them. …
0
votes
5answers
92 views

Do ternary operators tend to bug / defect injection?

A discussion has come up in my office about the use of ternary operators. There are two sides to this discussion. Side 1) That ternary operators are easy to write and read, theref …
34
votes
15answers
1k views

Long list of if statements in Java

Hi, Sorry I can't find a question answering this, I'm almost certain someone else has raised it before. My problem is that I'm writing some system libraries to run embedded dev …
1
vote
3answers
115 views

What is the name of the pattern?

Hi. I often design system where I have a class in my system that has a bunch of protected methods. The protected methods are that because they should be accessible to specializati …
0
votes
3answers
44 views

Simple method for accepting command-line input for a standard Windows service written in C#?

Hey stackoverflow, I have written a pretty simple Windows service in C# that starts up automatically and runs A-okay. I was wondering the best method to have the service accept co …
9
votes
5answers
205 views

Python: is using “..%(var)s..” % locals() a good practice ?

I discovered this pattern (or anti-pattern) and I am very happy with it. I feel it is very agile: def example(): age = ... name = ... print "hello %(name)s you are %( …
0
votes
1answer
23 views

What is a DataVO pattern?

While looking at some open source code to learn more about J2EE, I came across classes (or packages) named DataVO. In the code I looked at, this was simply serialized XML used by o …

1 2 3 4 5 14 next
15 30 50 per page