class Assignment < ApplicationRecord
belongs_to :project
belongs_to :release
accepts_nested_attributes_for :release, reject_if: :all_blank, allow_destroy: true
end
Would represent several hundred lines in Java and Angular.
Do you really need to see every line of code required to explain every object and how they relate to each other to the various compilers in your application?
Please give me code I can understand-by-reading and not code I have to understand-by-synthesizing-with-a-non-collocated-knowledge-set.
This is why the “worse” of golang is better than the “better” of rails