HN user

cenny

97 karma

Software developer, CocoaHeads organizer for Gothenburg, and author of http://programmingbooks.dev

Posts6
Comments40
View on HN

Of the top of my head I can think of Extreme Programming Explained, The Art of Agile Development, Software Teaming, The Pragmatic Programmer.

We do cross functional mob programming at my company with native iOS and Android apps. Works like a charm with a small team and I don’t think a react native app would offer any advantage. Instead we try to build the best app for each platform as one team.

I’ve never believed the hype of code once run everywhere. All solutions have drawbacks you just have to pick one.

Isn't developing a product a team activity?

I think the opposite, why turn a group activity into solo activities?

Mob programming doesn't mean you can't work solo or in pairs sometimes when it is well suited for the task.

It’s very strong of you to do something you don’t enjoy for 6 months giving it some real time.

But I am curious what was it that made your productivity fall, and what didn’t you like about it?

May I also ask how was introduced and used? And why did your company introduce it?

Interesting thread. Some people are skeptical which is normal for anything new and and unfamiliar. But, some people say they just don’t want to work with people, which I would find alarming and a red flag. The most important thing when you hire someone is that you can work together as a team. Being a developer is not a solo, sitting alone job for any project of a bigger size and success.

We have now tried it for on one consecutive week and to my opinion with great success!

The benefits that people are claiming I find are true, so far. It’s different, but it has almost eliminated all lead and wait time for us which I consider to be a huge obstacle for effectiveness.

I got convinced by The book The Art of Agile Development (https://programmingbooks.dev/#the-art-of-agile-development) where he describes mob programming as an easy mode for collaboration.

We used the book Code with the Wisdom of the Crowd (https://programmingbooks.dev/more/#code-with-the-wisdom-of-t...) as a guide to learn of to do mob programming.

Is there a reason you don't read them cover to cover?

I can understand that some books are more reference than narrative. Yet, I find that most books are usually a coherent whole that is more than the sum of its parts.

I think it's more important to ask: how much have you _learned_ from reading technical books?

I think that you learn at least something by just reading, another perspective on things is valuable. I think an open mind is the most important when reading.

[0] This is why I run a weekly book club as part of my Discord community (https://ted.dev/discord), so I know I'll deeply read at least a few books every year.

I love that you have an open book club! Maybe I'll join, We have one at work that I organize and it is great fun and one of the weeks highlights. I have also tried to collect my tips for starting a book club here (https://www.programmingbooks.dev/articles/book_circle/)

I can recognize myself a lot in what you are experience. I have had a limited amount of seniority to learn from recent year and have found book a real gold mine of interesting ideas. I learned so much from reading and that is what drove me to my side project (https://www.programmingbooks.dev) that is all about helping people to read more technical books.

Want to share any technical books that have affected you? Any favorites?

I can recognise the problem you are describing of people reading and not reflecting before applying. I also see your point of limited time, and I don't think choosing work over family is a good idea.

One thing we have been doing for some years at my company is that I started a book circle to encourage my peers to read more and me to get more people to discuss and reflect with. We encourage people to read on work time and we go through 2-3 books a year. Check out my article for tips on starting a book circle for programming books (https://www.programmingbooks.dev/articles/book_circle/)

Of course, reading without practice, reflecting, and discussions is meaningless.

What kind of books have you found yourself reading the last couple of years and with did you like and with didn't you like?

Crafting Interpreters and SICP are no small books to go through.

I think those books are great but I also think that starting with them might not be a great thing (depending on interest, of course) as they are so daunting to get through. On my side project (https://www.programmingbooks.dev) I try to map out how a roadmap on how to gradually work up to these more heavier books that are still a great read.

SICP is of course a big and long book that understandably takes a lot of time for most people to get through (depending on prior experience).

There are many other good books that are much easier and shorter reads than SICP. Maybe try some shorter books in-between the long books.

Check out my side project for tips (and a roadmap for reading programming books https://www.programmingbooks.dev)

Apprenticeship Patterns(https://www.programmingbooks.dev/#apprenticeship-patterns) and Pragmatic Thinking and Learning(https://www.programmingbooks.dev/#pragmatic-thinking-and-lea...) are two books I wished I read early in my career. I read them many years into my career and still feel they had a big impact on me but I believe they would have had a bigger impact if I read them earlier, within the first year of me being a professional developer.