Skip to main content

Questions tagged [flow]

Use this tag for software engineering questions about the mental state of operation in which a person performing an activity is fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity.

Filter by
Sorted by
Tagged with
-2 votes
1 answer
307 views

I'm working on a microservice application and I need to describe the complete execution graph of a specific event being published, where each node in the graph is a specific microservice subscription ...
underthevoid's user avatar
0 votes
0 answers
36 views

I am building an app wherein a user will be requesting one of three engagement types: Appointment (no SLA) Consult (2hr SLA) Emergency (10mins SLA) We are considering two different scenarios for ...
rji939's user avatar
  • 9
1 vote
2 answers
423 views

Some programming languages allow conditional value assignments that look like x = (IF condition THEN a ELSE b) My search-fu is failing me: how do we call such statements in the jargon of ...
Deleplace's user avatar
  • 143
2 votes
2 answers
150 views

I really like programming simple things, like solutions for Project Euler, where you can concentrate, write an algorithm, instantly execute, test, verify and change the program until it works. Even ...
Konrad Höffner's user avatar
18 votes
5 answers
2k views

Flow is a concept introduced by Mihaly Csikszentmihalyi; in short, it means to get into the "zone". You feel immersed in your task, focused; the task can be difficult but challenging at the same time. ...
siamii's user avatar
  • 1,320
13 votes
11 answers
2k views

There's a workflow I'm working on. It's so far been web forms filling databases with occasional writing configuration scripts for analysis instruments instruments, and I've written it all, in Perl, ...
Dave Jacoby's user avatar
6 votes
3 answers
1k views

What are your strategies to improve the flow experience when doing work?
poseid's user avatar
  • 622