What is your biggest challenge right now?

Hello!

I hope you are all doing great :slight_smile:

Could you answer a simple question for me? I will use this to create more content for the Ruby community. I want to be as helpful as possible, but I need to know what kind of coding problems & pain everyone is experiencing right now.

What is your biggest challenge when it comes to improving your Ruby skills? (Please be as specific as possible so I can help you better!)

Thank you :smile:

1 Like

Right now, I’m trying to golf my Ruby written Brainfuck interpreter. I’m currently at 238 bytes without using eval. It’s ugly man… :laughing:

My biggest challenge:
To name and design new service class including its input + output.

Specifically service classes or classes in general?

I got less naming issue for controllers and models now
So mainly service classes

But I would love to hear people’s thought on naming about everything!
Even HTML class names

I started a thread already for naming