Click here to Skip to main content
15,914,070 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: Thought of the Day Pin
Richard Deeming31-May-18 5:31
mveRichard Deeming31-May-18 5:31 
GeneralRe: Thought of the Day Pin
jeron131-May-18 6:05
jeron131-May-18 6:05 
GeneralRe: Thought of the Day Pin
Eric Lynch31-May-18 7:26
Eric Lynch31-May-18 7:26 
GeneralRe: Thought of the Day Pin
Mike Hankey31-May-18 7:26
mveMike Hankey31-May-18 7:26 
GeneralRe: Thought of the Day Pin
W Balboos, GHB31-May-18 7:31
W Balboos, GHB31-May-18 7:31 
GeneralRe: Thought of the Day Pin
kmoorevs31-May-18 7:43
kmoorevs31-May-18 7:43 
GeneralMy problem with open source stuff... Pin
OriginalGriff31-May-18 4:43
mveOriginalGriff31-May-18 4:43 
GeneralRe: My problem with open source stuff... Pin
raddevus31-May-18 4:56
mvaraddevus31-May-18 4:56 
OriginalGriff wrote:
...is the documentation.

Agree 100%.

I'm working through Akka.Net, attempting to implement and I have read tons of stuff just to get to basics.
And this one is _probably_ documented much better than 90% of open source projects.
However, once you start digging in and you need a specific answer you are going to suffer.
I was working with Scheduler and it wasn't working. I started reading the docs (Scheduler | Akka.NET Documentation[^]).
But when I got down to this section
https://getakka.net/articles/utilities/scheduler.html#from-inside-the-actor^ then there was only one line and it made it look like I had to call the specific method from inside the actor (that's where my code was). However, that isn't true. There are other methods I can call too.

Also:
1. the web site search does not work Hmmm | :|
2. as usual samples are too contrived to help
3. things are just left undone / basically not documented
4. There's not overall story about how the functionality will really be used. Certain things are not explained very well and it creates confusion.
5. Also, when I google I often get to the Scala (and/or Java) version of Akka and things are different.

And, as I said, this one is documented really well. Sigh | :sigh:

EDIT
Wow, after I wrote the stuff above I was working on the akka stuff and trying the Become() and Unbecome() functionality.
I read the following:
Building Finite State Machines With Actors: Switchable Behavior | Petabridge[^]

It has samples which show the call to Become() and Unbecome. They have exact examples.

So I go back and I write the code that does Become().
Then I try the Unbecome() and it is no longer available.

YOu can see it in the snapshot of my intellisense: https://i.stack.imgur.com/moBuD.png

Hahaha, so there it is right there.
Detailed examples they show for functionality that no longer exists.
It's fine and I know I can use UnbecomeStacked() it's just crazy. Hmmm | :| Hmmm | :|

I know that no one updates documentation. I understand the dev world. Roll eyes | :rolleyes:

modified 31-May-18 11:32am.

GeneralRe: My problem with open source stuff... Pin
Pete O'Hanlon31-May-18 5:59
mvePete O'Hanlon31-May-18 5:59 
GeneralRe: My problem with open source stuff... Pin
raddevus31-May-18 7:15
mvaraddevus31-May-18 7:15 
GeneralRe: My problem with open source stuff... Pin
dandy7231-May-18 9:15
dandy7231-May-18 9:15 
GeneralRe: My problem with open source stuff... Pin
kalberts1-Jun-18 9:00
kalberts1-Jun-18 9:00 
GeneralUpgrading iSeries RPG skills Pin
Michael Breeden31-May-18 2:59
Michael Breeden31-May-18 2:59 
QuestionRe: Upgrading iSeries RPG skills Pin
Maximilien31-May-18 3:31
Maximilien31-May-18 3:31 
AnswerRe: Upgrading iSeries RPG skills Pin
RugbyLeague31-May-18 4:10
RugbyLeague31-May-18 4:10 
GeneralRe: Upgrading iSeries RPG skills Pin
OriginalGriff31-May-18 4:44
mveOriginalGriff31-May-18 4:44 
GeneralRe: Upgrading iSeries RPG skills Pin
RugbyLeague31-May-18 4:46
RugbyLeague31-May-18 4:46 
GeneralRe: Upgrading iSeries RPG skills Pin
OriginalGriff31-May-18 4:56
mveOriginalGriff31-May-18 4:56 
GeneralRe: Upgrading iSeries RPG skills Pin
lopatir31-May-18 4:57
lopatir31-May-18 4:57 
AnswerRe: Upgrading iSeries RPG skills - I'm not management Pin
Michael Breeden31-May-18 5:04
Michael Breeden31-May-18 5:04 
GeneralRe: Upgrading iSeries RPG skills Pin
OriginalGriff31-May-18 4:09
mveOriginalGriff31-May-18 4:09 
GeneralRe: Upgrading iSeries RPG skills Pin
Richard MacCutchan31-May-18 5:43
mveRichard MacCutchan31-May-18 5:43 
GeneralRe: Upgrading iSeries RPG skills Pin
abmv31-May-18 6:41
professionalabmv31-May-18 6:41 
JokeLOL! Pin
Eytukan30-May-18 23:52
Eytukan30-May-18 23:52 
GeneralRe: LOL! Pin
OriginalGriff31-May-18 0:47
mveOriginalGriff31-May-18 0:47 

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.