maynman | 6 years ago | on: Three Years of Misery Inside Google, the Happiest Company in Tech
maynman's comments
maynman | 6 years ago | on: My experience using Spring boot for website development
Or, if you really like using an IDE that doesn't offer these integrations, then another option is to make use of this page: https://start.spring.io/
It makes the initial setup easier.
maynman | 6 years ago | on: Ask HN: Any guidelines on what's cool or not cool to “Show HN”?
maynman | 6 years ago | on: How to Build Minesweeper with JavaScript
maynman | 6 years ago | on: How to Build Minesweeper with JavaScript
maynman | 6 years ago | on: How to Build Minesweeper with JavaScript
I've always felt funny about multiple return statements though, which is probably one reason why a pattern like this doesn't usually come to my mind when considering how to refactor code. I've always liked having one exit point at the end of functions because programmers naturally expect a function to return at the very end. I think minimizing the number of return statements is generally a good thing, but perhaps I have been too strict about applying that rule.
maynman | 6 years ago | on: How to Build Minesweeper with JavaScript
maynman | 6 years ago | on: Ask HN: Why are successful open source projects usually developed by small teams
maynman | 6 years ago | on: Ask HN: Which is the best spiritual book you have read?
2. Mere Christianity - C.S. Lewis
maynman | 6 years ago | on: Ask HN: How endangered is the programmer for desktop applications?
maynman | 6 years ago | on: The decline of the family has unleashed an epidemic of loneliness
maynman | 7 years ago | on: Ask HN: What does your development stack look like in your favorite language?
2. Install Chrome
3. Install Git
4. Install Java
5. Install Maven
6. Install IntelliJ
7. Create a new Spring Boot project using Spring Initializr
maynman | 7 years ago | on: Ask HN: What books should I read to forward my career as a engineer?
Code Complete by Steve McConnell https://www.amazon.com/Code-Complete-Practical-Handbook-Cons...
The Mythical Man Month by Frederick Brooks https://www.amazon.com/Mythical-Man-Month-Software-Engineeri...
maynman | 7 years ago | on: Ask HN: What to do after $8M (all cash, post tax) exit?