Skip to main content

Weekly engineering dec 26

Puru Dahal:

Do not ever use <form> tag, default to <%= form_with(url: '/endpoint', class: '  ') do %> if/when possible. (edited) 

Sergey Tyan: I think we should start using named parameters if there’re a lot of arguments because it’s hard to understand which parameters are where without looking at function declaration. Named parameters can be done using regular JS objects (edited) https://i.imgur.com/elsROXD.png

Brent Gummow: Fun tip: console.table https://i.imgur.com/q7QsLYa.png

Puru Dahal: Rollout features with Sergey and Anurbek

Praneeta Mhatre: patching simple copy phrases to form a sentence is a disaster and we should avoid it when possible

sc('please_accept') + sc('terms') + sc('general.and') + sc('general.conditions')

Praneeta Mhatre: prettier changes making code reviews very painful