| bio | website | justinshield.com |
|---|---|---|
| location | Australia | |
| age | 34 | |
| visits | member for | 1 year, 10 months |
| seen | May 14 at 23:08 | |
| stats | profile views | 92 |
Using stackoverflow to help promote enlightenment.
|
Apr 9 |
revised |
Which .NET technology would work as an improvement for this client/server application? added 39 characters in body |
|
Apr 8 |
answered | Which .NET technology would work as an improvement for this client/server application? |
|
Nov 30 |
awarded | Popular Question |
|
Sep 12 |
awarded | Nice Answer |
|
Jul 6 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Feb 12 |
revised |
Designing a scalable and robust retry mechanism Mistook exponential for logarithmic (swapped the two terms) |
|
Feb 12 |
answered | Designing a scalable and robust retry mechanism |
|
Feb 11 |
answered | How to add personal android projects to my CV to get into Android job market |
|
Jan 31 |
answered | MS Certifications for Non-IT students |
|
Dec 9 |
comment |
Web & Software Development Can you clarify what you are looking at achieving? Are you looking at becoming a professional web developer or simply looking at getting started for a few home projects? |
|
Dec 9 |
revised |
Web & Software Development Added line breaks, fixed a typo in the Heading, added bullet points next to each of the sub questions. |
|
Nov 7 |
answered | I keep failing hands on part of the interview, suggestions? |
|
Sep 19 |
awarded | Nice Answer |
|
Sep 11 |
awarded | Nice Answer |
|
Aug 30 |
comment |
Should a function use premature returns or wrap everything in if clauses? @mattnz - I'd avoid performing a return in the middle if possible. However if you do need to return in the middle (I probably have only ever done that once in the past 4 years). It will be easier to find/read in a self-commenting code format than a 100+ line method with multiple returns. Besides, in your example you would check to see if you require milk in the validation portion of the function. If you are out of milk validation might throw an exception throw MilkNotFoundException("Sorry you're out of milk"); |
|
Aug 30 |
revised |
Should a function use premature returns or wrap everything in if clauses? edited body |
|
Aug 30 |
revised |
Should a function use premature returns or wrap everything in if clauses? deleted 1 characters in body |
|
Aug 29 |
revised |
Should a function use premature returns or wrap everything in if clauses? added 198 characters in body |
|
Aug 29 |
answered | Should a function use premature returns or wrap everything in if clauses? |