-
Notifications
You must be signed in to change notification settings - Fork 42
PRIMA from a coding point of view
Zaikun ZHANG edited this page Jul 21, 2023
·
3 revisions
This article will elaborate on the following points.
- How I coded the Fortran version of PRIMA?
- How should PRIMA be interfaced with other languages?
- What tests are conducted on PRIMA?
- What coding rules should be followed if you would like to contribute to PRIMA?
- What test should be conducted after your contribution?
Related reading:
- Something I wrote when I started to work on PRIMA:
- Coding as a way of documenting human knowledge:
https://everythingfunctional.wordpress.com/2021/01/19/communicating-with-whom/
- Writing slow Go code:
https://fortran-lang.discourse.group/t/writing-slower-go-programs-bitfield-consulting/5733
- Good code is like a love letter to the next developer who will maintain it.