Taylor St Baristas

Taylor St Baristas is a British coffee shop chain, with 10 branches, nine in central London, and one in New York City.[1]

Taylor St Baristas in Brighton

It was established by Andrew, Nick and Laura Tolley who quit Harris + Hoole the coffee shop chain they established in 2012 with investment from the British supermarket chain Tesco, and subsequently became 100% owned by them. The Tolleys left the running of Harris + Hoole in July 2015, in order to concentrate on their Taylor St Baristas chain.[2]

Administration

Asher Miller and Henry Lan of David Rubin & Partners were appointed as Joint Administrators of the Company on 19 July 2019[3]. The affairs, business and property of the Company are being managed by the Joint Administrators, licensed to act as Insolvency Practitioners in the UK by the ICAEW. A claim that preferential payment(s) were made by the directors is being investigated by the administrators.

gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!

References

  1. "Cafés | Taylor St. Baristas". taylor-st.com. Retrieved 9 September 2016.
  2. Butler, Sarah (21 July 2015). "Harris + Hoole founders to quit Tesco-backed coffee chain after three years". The Guardian. ISSN 0261-3077. Retrieved 24 February 2016.
  3. "Taylor St homepage with note on administrators". taylor-st.com. Retrieved 29 August 2019.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.