#69 closed defect (fixed)
Function names not consistant with coding conventions
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Many of the functions in section 5 do not follow the naming conventions set in
the coding convention documentation, i.e.:
- psSphereTransformItoE (should be psSphereTransformIToE or better yet
psSphereTransformIcrsToEcliptic)
- psSphereTransformEtoI (should be psSphereTransformEToI or better yet
psSphereTransformEclipticToIcrs)
- psSphereTransformItoG (should be psSphereTransformIToG or better yet
psSphereTransformIcrsToGalactic)
- psSphereTransformGtoI (should be psSphereTransformGToI or better yet
psSphereTransformGalacticToIcrs)
- psCoordCelltoChip (psCoordCellToChip)
- psCoordChiptoFPA (psCoordChipToFPA)
- psCoordCellToSkyQD (psCoordCellToSkyQd or psCoordCellToSkyQuick?)
- psCoordTPtoFPA (psCoordTPToFPA)
- psCoordFPAtoChip (psCoordFPAToChip)
- psCoordChiptoCell (psCoordChipToCell)
- psCoordSkyToCellQD (psCoordSkyToCellQd or psCoordSkyToCellQuick?)
Can we assume that the capitalization style in the coding standards should be
followed instead of the SDRS?
-rdd
Change History (2)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
