This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prem Sichanugrist
sikac.hu
did:plc:3tzumo4pqanp2ymkmlojgz35
I'm today's old to learn that Ruby supports `then` keyword.
It's probably should be avoided in most of the case, but I think that
if very_long_conditional_one? &&
very_long_conditional_two? &&
very_long_conditional_three?
then
do_something
end
is much better without it.
#ruby
https://docs.ruby-lang.org/ja/latest/doc/spec=2fcontrol.html
2025-01-16T10:01:43.817Z