Post #1
0 votes
Alex
Reputation
8
Posts: 35
Joined: Jun 15, 2026, 9:20 AM
Posted: Aug 4, 2026, 12:37 PM
Old code has periods everywhere. New examples use END-IF and almost no periods.
Which style should a beginner use? I keep breaking IF blocks.
Old code has periods everywhere. New examples use END-IF and almost no periods.
Which style should a beginner use? I keep breaking IF blocks.
Use explicit scope terminators: END-IF, END-READ, END-PERFORM. One period at the end of the paragraph is enough.
Periods inside IF logic are a classic way to accidentally end the IF early. That is why old code is scary.
Shop standard here bans periods except end of paragraph / sentence where required. Reviews catch it.
You must be signed in to reply to this thread