Ray Tayek

1,327
reputation
70 views

Registered User

name Ray Tayek
member for 1 year
seen 8 hours ago
website
location 90712
age 63
old programmer
Dec
2
answered An overview of unit testing terminology ( stub vs mock , integration vs. interaction )?
Oct
16
awarded  Yearling
Sep
16
answered Design patterns: what are some new ones, where are the existing ones used?
Sep
9
answered J2EE Download Link
Sep
8
answered Vector Education
Sep
4
accepted Do you have a modeling notation that you use for MVC?
Aug
29
revised most of my “interesting tags” have no (or one) questions
add examples
Aug
29
comment most of my “interesting tags” have no (or one) questions
i tried to post it on meta, but my rep is only 1 there
Aug
29
comment most of my “interesting tags” have no (or one) questions
prior to a few days ago, there were at least a page full for groovy, grails, math, oop, unit-testing etc.
Aug
29
asked most of my “interesting tags” have no (or one) questions
Aug
28
comment Is there an optimized .net implementation of design patterns?
most of the 23 at dofactory.com/Patterns/PatternVisitor.aspx/… seem to have code. which ones are missing?
Aug
26
comment Interview question: f(f(n)) == -n
does the python code work as posted? i can't seem to make a java version work: static int f(int n) { if(n==0) return 0; if (n > 0) if (n % 2 == 1) return n + 1; else return -1 * (n - 1); else if (n % 2 == 1) return n - 1; else return -1 * (n + 1); }
Aug
25
comment Grails using a package to hold domain classes
consider using packages and when you create the controller, use com.g2one.gtunes.Song and the import will be added for you for you.
Aug
24
answered Library implementation pitfalls
Aug
21
awarded  Critic
Aug
19
accepted [grails] how to create dummy data for unit test ?
Aug
19
answered [grails] how to create dummy data for unit test ?
Aug
17
answered Implement Mixin In Java?
Aug
7
comment What’s your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?
also from google io 2009: Voices That Matter: GWT - Architecture Best Practices: youtube.com/watch?v=Uwp3EVU5ePA
Aug
7
answered Java: what are some steps to learn a project where you have a little or no experience
Aug
6
answered Need a Java map/table with multiple keys to one value. Value is commonly altered
Aug
5
answered Speeding up grails test-app
Jul
12
answered What’s your most controversial programming opinion?
Jul
9
answered The most important recent book on Software Engineering (after “Mythical Man-Month”)
Jul
8
answered Learning java as a C++ programmer
Jul
4
answered External Data File for Unit Tests
Jul
4
answered Orders of Magnitude: What was the lowest-level code you have worked on? The highest level?
Jul
4
answered Iterating over a data structure with 51 million primes quickly.
Jul
3
answered Should I change the naming convention for my unit tests?
Jul
2
revised C/C++ testing framework (like JUnit for java)
added a qualification
Jul
1
answered C/C++ testing framework (like JUnit for java)
Jun
27
answered Switch Statement for Enum Value Representations in Java
Jun
27
answered Is the function of interfaces primarily for using functions without knowing how a class is built?
Jun
27
answered Old Developers - any future ?
Jun
27
answered How do I handle an empty List in Grails/GORM?
Jun
27
answered Can generic XML by parsed as nicely as simple XML in Groovy?
Jun
20
answered How to explain an object?
Jun
19
answered Struct’s contribution to type size