You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
For now, a lot of files have different responsibilities in one module.
An example:
librations_support.f90 has different responsibilities:
Math part: bessel functions' calculations, fft e.t.c.
Allocating of memory for the structures.
Working with aei files & preparing them.
One file should have one responsibility, e.g. math calculation or working with the files. All files should be analyzed based on the Single Responsibility Principle.
The text was updated successfully, but these errors were encountered:
For now, a lot of files have different responsibilities in one module.
An example:
librations_support.f90
has different responsibilities:One file should have one responsibility, e.g. math calculation or working with the files. All files should be analyzed based on the Single Responsibility Principle.
The text was updated successfully, but these errors were encountered: