Click here to Skip to main content
15,886,689 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle Hurdle Pin
Peter_in_27809-Apr-22 19:21
professionalPeter_in_27809-Apr-22 19:21 
GeneralRe: Wordle Hurdle Pin
OriginalGriff9-Apr-22 20:00
mveOriginalGriff9-Apr-22 20:00 
GeneralRe: Wordle Hurdle Pin
0x01AA10-Apr-22 0:27
mve0x01AA10-Apr-22 0:27 
GeneralRe: Wordle Hurdle Pin
Sander Rossel10-Apr-22 2:38
professionalSander Rossel10-Apr-22 2:38 
GeneralThe most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 6:04
mvahoney the codewitch9-Apr-22 6:04 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
PIEBALDconsult9-Apr-22 6:36
mvePIEBALDconsult9-Apr-22 6:36 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 6:41
mvahoney the codewitch9-Apr-22 6:41 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 9:01
jmaida9-Apr-22 9:01 
Not sure who sees the replies but here goes.

How about this plan?
1. Determine what all the units have in common.
2. Determine which units have the least in common.
3. Pick one or two of those units to develop, test, etc.
4. Develop a pass/fail test(s).
(not easy, but you should know success and failure)
5. Continue unit testing and code development until the code meets
the pass/fail criteria for all the chosen unit(s).
6. Select another unit and begin the process again
while assuring the tested units still handle pass/fail criteria.

not everything needs to be done in parallel, just make the
unit change-out be as smooth and consistent as possible.

This is sort of high level and not original, but got me thinking.
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 9:25
mvahoney the codewitch9-Apr-22 9:25 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
englebart9-Apr-22 12:12
professionalenglebart9-Apr-22 12:12 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 12:19
mvahoney the codewitch9-Apr-22 12:19 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
englebart9-Apr-22 14:03
professionalenglebart9-Apr-22 14:03 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 14:04
mvahoney the codewitch9-Apr-22 14:04 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 14:30
jmaida9-Apr-22 14:30 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 15:42
mvahoney the codewitch9-Apr-22 15:42 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 17:19
jmaida9-Apr-22 17:19 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 22:47
mvahoney the codewitch9-Apr-22 22:47 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida10-Apr-22 16:41
jmaida10-Apr-22 16:41 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch10-Apr-22 23:07
mvahoney the codewitch10-Apr-22 23:07 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida11-Apr-22 11:25
jmaida11-Apr-22 11:25 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
jmaida9-Apr-22 17:07
jmaida9-Apr-22 17:07 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
0x01AA9-Apr-22 6:45
mve0x01AA9-Apr-22 6:45 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch9-Apr-22 8:13
mvahoney the codewitch9-Apr-22 8:13 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
#realJSOP10-Apr-22 23:46
mve#realJSOP10-Apr-22 23:46 
GeneralRe: The most laborious testing I've ever considered doing on my own Pin
honey the codewitch11-Apr-22 0:19
mvahoney the codewitch11-Apr-22 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.