mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Reduce the size of sell in and quality
This commit is contained in:
parent
07c3edcb48
commit
3720febc88
2
COBOL/Gnu/.gitignore
vendored
2
COBOL/Gnu/.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
in-items
|
in-items
|
||||||
items
|
items
|
||||||
GildedRose.so
|
*.so
|
||||||
|
|||||||
@ -11,11 +11,11 @@ file-control.
|
|||||||
data division.
|
data division.
|
||||||
file section.
|
file section.
|
||||||
fd in-items.
|
fd in-items.
|
||||||
01 in-item pic x(58).
|
01 in-item pic x(54).
|
||||||
fd items.
|
fd items.
|
||||||
01 item.
|
01 item.
|
||||||
02 sell-in pic 9(4).
|
02 sell-in pic s9(2).
|
||||||
02 quality pic 9(4).
|
02 quality pic s9(2).
|
||||||
02 name pic x(50).
|
02 name pic x(50).
|
||||||
|
|
||||||
working-storage section.
|
working-storage section.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user