[ ALL_RESOURCES ] [ DATABASE ] [ GENERAL ] [ MODERNIZATION ] [ NEWS & UPDATES ] [ PROGRAMMING ] [ SECURITY ] [ SYSTEMS & ADMIN ]
TYPE_VIDEO FILE_REF: 0x3e6e

Code for IBM i: RPGLE with git, make, and lint

> ANALYSIS_OF: CODE_FOR_IBM_I:_RPGLE_WITH_GIT,_MAKE,_AND_LINT_

This video provides a comprehensive overview of integrating modern development tools with RPGLE on IBM i.
  • Git: The video explains how to utilize Git for version control in RPGLE projects. It covers repository setup, branching strategies, and commit practices tailored for RPGLE developers.
  • Make: The tutorial introduces the Make build automation tool, detailing how to create Makefiles for RPGLE applications. It emphasizes the efficiency of automating the build process, reducing manual errors, and streamlining deployment.
  • Lint: The video discusses the importance of code quality through linting. It demonstrates how to implement linting tools to analyze RPGLE code for potential issues, ensuring adherence to coding standards and improving maintainability.
  • Integration: The video showcases the integration of these tools into a cohesive development workflow, enhancing productivity and collaboration among RPGLE developers.
By the end of this video, programmers will gain practical skills to modernize their RPGLE development practices, leveraging Git, Make, and Lint for superior code management.