Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 438 Bytes

Small Delphi app

Fine way to learn new (or old) programing language is to write a calculator in that language

Designing user interface could be handy for practicing

  • layouts
  • events
  • design in general

Simple logic behind basic arithmetic operations wil help to learn writing:

  1. decoupled code
  2. unit testing
  3. basics of software architecture
  4. elementary debugging like
    1. Breakpoints
    2. Tracing
    3. Whatches