Craft 2023 - Peter Verhas
Peter Verhas
Senior software engineer and software architect at EPAM
About Peter Verhas

Peter Verhas is a senior software engineer and software architect with having electrical engineering and economics background (MSC and MBA). He created his first programs in 1979. Since then, he has authored several open-source programs. He has worked in several telecommunications and finance industries positions and was the CIO of the start-up index.hu during its early days.

Peter works for EPAM Systems in Switzerland as a developer, supporting training programs for developers and internal mentoring.

Peter is the author of several Java books published by Packt and has a blog https://javax0.github.io

You can follow Peter on https://twitter.com/verhas, https://www.linkedin.com/in/peterverhas/, https://github.com/verhas

Talk
Code the documentation instead of documenting the code
Topics:
Software Delivery Craft Matters
asciidoc
markdown
java
documentation
Level: General
In schedule:
Orange stage
May 19, 15:40 - 16:25 CET

Don't document your code; code your document.Documentation is essential, and at the same time, it is part of the software products that usually contain the most bugs. For example, documentations tend to be outdated, have wrong references to the documented system, and may contain inconsistencies. The compiler or the unit tests discover the same type of errors in a program code. Documentation does n...