Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a29d49eca9a221ca

Jump to content

EAFP

From Wikipedia, the free encyclopedia

EAFP may refer to:

  • It is easier to ask forgiveness than it is to get permission
    • In programming, it refers to a practice of performing a possibly illegal operation without checking first whether this operation would succeed, and then handling the possible error, instead of checking ahead of time. EAFP reduces the risk of time of check to time of use errors which can occur when checking first (often known as LBYL, Look Before You Leap). In particular, EAFP is encouraged in the Python programming language.
  • European Association of Faculties of Pharmacy; See Faculty of Pharmacy, University of Lisbon

See also

[edit]