Skip to main content
23 events
when toggle format what by license comment
Jun 25, 2016 at 7:24 history tweeted twitter.com/StackProgrammer/status/746604894887546880
Jun 24, 2016 at 11:30 answer added Mateusz timeline score: 0
Jun 21, 2016 at 6:29 comment added Marc.2377 Are you on Windows? Check out the Event Viewer. Have fun.
Jun 21, 2016 at 5:54 comment added sampathsris Nope! Practical example: Nodejs events
Jun 20, 2016 at 21:21 answer added Radian timeline score: 5
Jun 20, 2016 at 19:56 answer added Thomas Matthews timeline score: 0
Jun 20, 2016 at 18:14 comment added Dan I will also point out that even if you go as low level as a microcontroller, you will find hardware interrupts a useful and debatably essential feature. Great for control systems, or basic IO like a coffee maker. These hardware interrupts are really not essentially different from events.
S Jun 20, 2016 at 17:37 history edited KChaloux CC BY-SA 3.0
Copy edited (but that last sentence needs more work - it is awkward). Removed meta information.
S Jun 20, 2016 at 17:37 history suggested Peter Mortensen CC BY-SA 3.0
Copy edited (but that last sentence needs more work - it is awkward). Removed meta information.
Jun 20, 2016 at 16:59 review Suggested edits
S Jun 20, 2016 at 17:37
Jun 20, 2016 at 15:48 answer added edmz timeline score: 10
Jun 20, 2016 at 11:24 comment added J... Depending on usage, an "event" is usually just some form of callback wrapped with sugar. Callbacks get used everywhere - if you're interested, that's probably a good keyword to start a search with.
Jun 20, 2016 at 8:50 history edited Ian CC BY-SA 3.0
Make the title and quesion read a bit better
S Jun 20, 2016 at 7:57 history suggested ArTs
EventSource is a completely different concept
Jun 20, 2016 at 7:18 answer added ArTs timeline score: 27
Jun 20, 2016 at 6:58 review Suggested edits
S Jun 20, 2016 at 7:57
Jun 20, 2016 at 6:58 comment added ArTs By the way, Event Source is a completely orthogonal concept to Event-Programming. The basic concept of Event Sourcing is that you store "events" or "changes" to your system, instead of storing the "state" of your system. For example, you could model your bank account as a) Your Balance (STATE) or b) A series of Transactions (EVENTSOURCE).
Jun 20, 2016 at 4:44 review Close votes
Jun 25, 2016 at 3:03
Jun 20, 2016 at 0:56 answer added RubberDuck timeline score: 106
Jun 20, 2016 at 0:48 answer added VoiceOfUnreason timeline score: 3
Jun 19, 2016 at 23:27 answer added Tulains Córdova timeline score: 53
Jun 19, 2016 at 22:42 review First posts
Jul 19, 2016 at 22:43
Jun 19, 2016 at 22:40 history asked user3093620 CC BY-SA 3.0