Click here to Skip to main content
15,908,254 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: I just used a goto! Pin
PIEBALDconsult20-Jun-19 5:43
mvePIEBALDconsult20-Jun-19 5:43 
GeneralRe: I just used a goto! Pin
Chris Losinger20-Jun-19 5:47
professionalChris Losinger20-Jun-19 5:47 
GeneralRe: I just used a goto! Pin
kalberts24-Jun-19 2:03
kalberts24-Jun-19 2:03 
GeneralRe: I just used a goto! Pin
Dr.Walt Fair, PE20-Jun-19 6:09
professionalDr.Walt Fair, PE20-Jun-19 6:09 
GeneralRe: I just used a goto! Pin
Slacker00720-Jun-19 6:21
professionalSlacker00720-Jun-19 6:21 
GeneralRe: I just used a goto! Pin
Daniel Pfeffer20-Jun-19 6:44
professionalDaniel Pfeffer20-Jun-19 6:44 
GeneralRe: I just used a goto! Pin
Fueled By Decaff20-Jun-19 21:19
Fueled By Decaff20-Jun-19 21:19 
GeneralRe: I just used a goto! Pin
Marc Clifton20-Jun-19 6:22
mvaMarc Clifton20-Jun-19 6:22 
1. Create a workflow manager using generics, interfaces, class abstraction, enums for state and continuation.
2. Break up your code into small workflow steps.
3. On each step, check for termination.
4. Or to get really fancy, return a code that says what step in the workflow to skip to.
5. If you really want to be cool, allow for async workflow steps!

Wink | ;)
Latest Article - A 4-Stack rPI Cluster with WiFi-Ethernet Bridging

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: I just used a goto! Pin
BillWoodruff21-Jun-19 0:44
professionalBillWoodruff21-Jun-19 0:44 
JokeRe: I just used a goto! Pin
Daniel Pfeffer20-Jun-19 6:49
professionalDaniel Pfeffer20-Jun-19 6:49 
GeneralRe: I just used a goto! Pin
markrlondon20-Jun-19 7:13
markrlondon20-Jun-19 7:13 
GeneralRe: I just used a goto! Pin
Mark_Wallace20-Jun-19 7:37
Mark_Wallace20-Jun-19 7:37 
GeneralRe: I just used a goto! Pin
Mycroft Holmes20-Jun-19 15:01
professionalMycroft Holmes20-Jun-19 15:01 
GeneralRe: I just used a goto! Pin
Delphi.7.Solutions20-Jun-19 20:27
Delphi.7.Solutions20-Jun-19 20:27 
GeneralRe: I just used a goto! Pin
Super Lloyd20-Jun-19 20:28
Super Lloyd20-Jun-19 20:28 
GeneralRe: I just used a goto! Pin
Fueled By Decaff20-Jun-19 21:28
Fueled By Decaff20-Jun-19 21:28 
GeneralRe: I just used a goto! Pin
Fabio Franco20-Jun-19 23:21
professionalFabio Franco20-Jun-19 23:21 
GeneralRe: I just used a goto! Pin
Super Lloyd21-Jun-19 4:05
Super Lloyd21-Jun-19 4:05 
GeneralRe: I just used a goto! Pin
Fabio Franco21-Jun-19 5:14
professionalFabio Franco21-Jun-19 5:14 
GeneralRe: I just used a goto! Pin
Super Lloyd21-Jun-19 5:22
Super Lloyd21-Jun-19 5:22 
GeneralRe: I just used a goto! Pin
kalberts24-Jun-19 2:09
kalberts24-Jun-19 2:09 
GeneralRe: I just used a goto! Pin
TNCaver21-Jun-19 4:03
TNCaver21-Jun-19 4:03 
GeneralRe: I just used a goto! Pin
sparklesalt21-Jun-19 4:33
sparklesalt21-Jun-19 4:33 
GeneralRe: I just used a goto! Pin
Gerardo Orozco21-Jun-19 4:34
Gerardo Orozco21-Jun-19 4:34 
GeneralRe: I just used a goto! Pin
englebart21-Jun-19 4:52
professionalenglebart21-Jun-19 4:52 

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.