summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-04-19 22:01:09 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-04-20 16:59:38 +0200
commitb037f6c0762a5c610bd47ade1b38c04b73f9850f (patch)
tree9240819dd377b733c87c7ea7da283b1ff30c5e7f /.gitignore
parent8edaa08ba6b051f49ec3631ca1aa424573c3dac6 (diff)
downloadrebar-b037f6c0762a5c610bd47ade1b38c04b73f9850f.tar.gz
rebar_core: consistently order args and simplify code
* Fix arg order: The order of arguments got inconsistent over time. To fix that, use the same consistent order in all functions. * Avoid one erlang:'++'/2 call in process_dir/6. * Avoid lists:prefix/2 and atom_to_list/1 calls: We can easily avoid 2 lists:prefix/2 calls and one atom_to_list/1 call in execute/5 by passing in whether the command is a hook or not. The resulting code is simpler and easier to read.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions