Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// 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: a26bb06f0ea55c4f

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]