Skip to content
#

ftl

Here are 65 public repositories matching this topic...

danstiner
danstiner commented Apr 18, 2021

The Result type has served us well but as Hayden pointed out it would be nice to have an error code instead of just a message string.

Rather than extend Result I'd suggest moving to std::expected. It didn't quite make the C++20 standard but the feature is basically ready and there is a nice and popular compat library we can use until the next standard comes out: https://github.com/TartanL

Improve this page

Add a description, image, and links to the ftl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ftl topic, visit your repo's landing page and select "manage topics."

Learn more