Talk:FMXTimerAnimation (Delphi)

From RAD Studio Code Examples
Jump to: navigation, search

Just some observations:

  • a space before ( in the title
  • PNG images, not JPG -- PNG images are lossless
  • no "magic" numbers in code -- use constants or defines for C++ or, if you write one integer/floating-point literal, put a comment immediately ("this represents the distance from ... to..")

Vadimb 22:44, 16 June 2011 (PDT)