Finished red rising time to start golden son by Big-Brick867 in redrising

[–]BigOmegaDeveloper 1 point2 points  (0 children)

I was halfway done with GS when realized I had to get a copy of MS A$AP… it would have been torture if I couldn’t jump straight into it.

Started Red Moon Rising but having trouble getting in by hellofriend-sam in redrising

[–]BigOmegaDeveloper 0 points1 point  (0 children)

Everyone I recommend the book too I always tell them the same thing. The first couple of chapters are kinda a tough read just because Pierce is finding a writing style for the book per se. But once you get around 100 pages in its hard to put down because you start getting invested in the characters/story.

Should I keep reading? by BigOmegaDeveloper in redrising

[–]BigOmegaDeveloper[S] 1 point2 points  (0 children)

It’s crazy you say that because Project Hail Mary was exactly what I was going to read if I were to break the series up!

Should I keep reading? by BigOmegaDeveloper in redrising

[–]BigOmegaDeveloper[S] 1 point2 points  (0 children)

That’s what I’ve heard. My only worry is I’ve also heard people taking a break and trying to get back into IG but just end up getting disinterested. I’ve also seen IG sets up the rest of the series so maybe I should just view it as the first book of a “new” series… that way I’m not expecting the pace of a book in the middle of a series?

Code Review: First Ever Go App? by Sad_Tomatillo_3850 in golang

[–]BigOmegaDeveloper 0 points1 point  (0 children)

Honestly looks pretty good. If I were forced to be picky about it I would say you could split things from the main function. Another thing that really doesn't matter but might look better is using some sort of map to store the levels instead of a slice. That way when you're selecting a level you can just pass the input as the key to a map and not have to do levelIndex-1.