All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Hotwire Native Office Hours: How a Developer Question Led to Deleting Unnecessary Code

By

joemasilotti

6mo ago· 3 min readenInsight

Summary

The author shares their experience hosting monthly Hotwire Native Office Hours, where developers ask questions about the framework. During a recent session, a question about detecting app versions led to the realization that Ruby already had a built-in solution, allowing them to delete an entire custom class they had written. The article reflects on the value of community Q&A sessions and the importance of checking existing solutions before building new ones.

Key quotes

· 4 pulled
Every month I host an hour long Zoom session for developers to directly ask me questions.
The topics range greatly: some folks are just getting started and others are asking very specific, advanced questions.
During the session I shared some code I wrote to figure out what version a Hotwire Native app is running.
One great question in office hours led me to delete a whole class.
Snippet from the RSS feed
One great question in office hours led me to delete a whole class.

You might also wanna read