Docs/cont_coding_standard.md
numpy and pygame, see our .pylintrc).autopep8 whenever
possible).clang++-8 -Wall -Wextra -std=C++14 -Wno-missing-braces).throw is forbidden, use carla::throw_exception instead.try-catch blocks should be surrounded by
#ifndef LIBCARLA_NO_EXCEPTIONS if the code is used in the server-side.