[Tarantool-patches] [PATCH v2 0/3] Simplify alter.cc
Aleksandr Lyapunov
alyapunov at tarantool.org
Mon Jul 13 17:18:04 MSK 2020
Since we use C++ we need to use in a way that benefits its advantages.
At least we should remove useless try-catch blocks.
GH issue: https://github.com/tarantool/tarantool/issues/5153
GH branch: https://github.com/tarantool/tarantool/tree/alyapunov/gh-5153-simplify-alter-cc
v2: after-CR fixes, remove function-try block.
Aleksandr Lyapunov (3):
alter: use good c++ style
alter: fix codestyle
alter: do not catch exceptions when it's not necessary
src/box/alter.cc | 192 +++++++++++++++++++++++++++----------------------------
1 file changed, 94 insertions(+), 98 deletions(-)
--
2.7.4
More information about the Tarantool-patches
mailing list