You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the option set 50, 100, or more lines away from where the value is needed harms readability. It's much better to set the options transparently in the call to test().
data.table/R/test.data.table.R
Line 252 in 6c1fd83
Now, we set options sporadically in the text, e.g.
data.table/inst/tests/froll.Rraw
Line 306 in 6c1fd83
data.table/inst/tests/froll.Rraw
Line 343 in 6c1fd83
Having the option set 50, 100, or more lines away from where the value is needed harms readability. It's much better to set the options transparently in the call to
test()
.Proposed API:
Possibly
tmp_options=
is a better name so as not to clash withoptions()
, then we can dodo.call(options, tmp_options)
.The text was updated successfully, but these errors were encountered: