Wyndham Clark

Wyndham Clark (born December 9, 1993) is an American professional golfer from Denver, Colorado who currently plays on the PGA Tour.

Wyndham Clark
Personal information
Born (1993-12-09) December 9, 1993
Denver, Colorado
Height6 ft 0 in (1.83 m)
Weight172 lb (78 kg; 12.3 st)
Nationality United States
ResidenceScottsdale, Arizona
Career
CollegeOklahoma State University
University of Oregon
Turned professional2017
Current tour(s)PGA Tour
Former tour(s)Web.com Tour
Best results in major championships
Masters TournamentDNP
PGA ChampionshipCUT: 2020
U.S. OpenDNP
The Open ChampionshipDNP

Amateur career

Clark attended Valor Christian High School in Highlands Ranch, Colorado, where he was classmates with NFL player Christian McCaffrey. In high school he twice won the Colorado state championship and was named player of the year in 2011. He initially enrolled at Oklahoma State in 2012, finishing in ninth place at the 2012 U.S. Amateur. He transferred to Oregon in 2016, winning the Pac-12 conference championship and GolfWeek Player of the Year.[1] He graduated with a business degree in 2017.[2]

Professional career

Clark finished in a tie for 23rd at Web.com Tour qualifying in 2017, earning his card for the 2018 season. He made 24 starts that season with four top-10 finishes. By finishing 16th on the tour money list, he qualified for the PGA Tour for the 2018–19 season.[3]

Clark had his best finish of his PGA Tour career at the Honda Classic in March 2019, where he went into the final round with the lead before falling back to seventh place.

Personal life

Clark currently resides in Las Vegas, Nevada. His mother died from breast cancer while he was attending Oklahoma State.[4]

Amateur wins

  • 2009 Colorado State Championship
  • 2011 Colorado State Championship
  • 2017 Pac-12 Championship

Results in major championships

Results not in chronological order in 2020.

Tournament 2020
Masters Tournament
PGA Championship CUT
U.S. Open
The Open Championship NT
  Did not play

CUT = missed the half-way cut
NT = No tournament due to COVID-19 pandemic

U.S. national team appearances

Amateur

gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?

See also

References

  1. Tokito, Mike (April 30, 2017). "Oregon wins team title, Ducks' Wyndham Clark takes individual win in Pac-12 men's golf". The Oregonian. Retrieved March 2, 2019.
  2. "Get to know: Wyndham Clark". PGA Tour. March 2, 2019. Retrieved March 2, 2019.
  3. "Former Duck Wyndham Clark earns PGA Tour card". The Register-Guard. August 20, 2018. Retrieved March 2, 2019.
  4. Nichols, Beth Ann (November 1, 2016). "After struggling with mother's death, Wyndham Clark thriving again thanks to new home". Golfweek. Retrieved March 2, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.