Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxpersson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maxpersson
11y ago
Pied Piper :)
2.
▲
by
maxpersson
12y ago
The toolkit is gaining some attention, thanks guys!
3.
▲
by
maxpersson
12y ago
That would be disastrous. I hope the opposite happens, otherwise file an issue!
4.
▲
by
maxpersson
12y ago
Thanks for adding the link, it is quite a letter combination. :)
5.
▲
Show HN: Event Horizon – CQRS/ES Toolkit for Go
(github.com)
40 points
by
maxpersson
12y ago
|
5 comments
6.
▲
An illustrated story about life in Swift
(gist.github.com)
2 points
by
maxpersson
12y ago
|
0 comments
7.
▲
by
maxpersson
12y ago
That looks really cool, awesome to be able to generate static FSM code. I use my FSM (and started to use Jake Gordon's) when I need a lightweight state variable, a step up from a collection of bools when it starts to get messy with lot
8.
▲
by
maxpersson
12y ago
Thanks for the feedback! It's a good suggestion, and having something else than strings as events is something that I have analyzed. Currently different handlers depends on string operations as selectors, for example "before_<e
9.
▲
Show HN: Finite State Machine for Go
(github.com)
6 points
by
maxpersson
12y ago
|
4 comments
10.
▲
by
maxpersson
12y ago
I wouldn't say it's a fair comparison on the amount of code as no exception handling at all was done in Python, where several ifs where used in Go...