У нас вы можете посмотреть бесплатно Best practices for package development using BestieTemplate.jl | Soares Siqueira | JuliaCon 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Best practices for package development using BestieTemplate.jl by Abel Soares Siqueira PreTalx: https://pretalx.com/juliacon2024/talk... Slides: https://pretalx.com/media/juliacon202... GitHub: https://github.com/abelsiqueira/Besti... BestieTemplate.jl is a template for the engine Copier (https://copier.readthedocs.io/en/stab.... It contains opinionated software development best practices that we adopt in some of our packages. These include traditional Julia package requirements, such as a src, test and docs folder structure, README and LICENSE files, GitHub workflows for testing, documentation, CompatHelper and TagBot. However, it also includes other best practices, such as linting and formatting specification files, pre-commit hooks, and CITATION.cff files. BestieTemplate.jl can be applied and reapplied to existing packages, as supported by Copier. This means that the best practices can be updated in the template and propagated to packages using it. This solves issues with outdated practices and also allows older packages to improve their package very quickly. BestieTemplate.jl is also a Julia package. As a package, it wraps some functionalities of Copier to allow users to use the template without having to install Copier directly.