[Tarantool-patches] [PATCH 0/2] Simplify alter.cc

Aleksandr Lyapunov alyapunov at tarantool.org
Wed Jul 8 11:43:17 MSK 2020


Since we use C++ we need to use in a way that benefits its advantages.
As I see, there are tons of try-catch blocks in alter.cc. We should use more modern techniques and approaches.

Aleksandr Lyapunov (2):
  alter: use good c++ style
  alter: use proper way to marry C and C++

 src/box/alter.cc | 418 +++++++++++++++++++++++--------------------------------
 1 file changed, 177 insertions(+), 241 deletions(-)

-- 
2.7.4



More information about the Tarantool-patches mailing list