diff --git a/src/content/sessions/2024-09-20.md b/src/content/sessions/2024-09-20.md new file mode 100644 index 0000000..f81743f --- /dev/null +++ b/src/content/sessions/2024-09-20.md @@ -0,0 +1,28 @@ +--- +title: "Why operators are difficult to format in F#" +preview: "Formatting operators" +isDraft: true +date: 2024-09-20T13:00:00.000Z +slug: "2024/09/20" +champion: "Florian Verdonck" +zoomLink: "https://us06web.zoom.us/j/88575736422?pwd=QbxyMjVQumthAG6h6huwXwi4aSavKE.1" +zoomPasscode: "operator" +issueLink: "https://github.com/fsprojects/fantomas/issues?q=is%3Aissue+is%3Aopen+operator" +company: "G-Research" +youtubeId: "" +--- + +# Topic + +Fantomas has historically struggled with formatting operators nicely. +It can be inconsistent at times, and there are [open issues](https://github.com/fsprojects/fantomas/issues?q=is%3Aissue+is%3Aopen+operator) related to this. + +In this session, I'd like to showcase the complexity of this topic. +We will remove all operator code and start anew. + +While we won't solve this problem in one session, it may inspire others to explore this issue further. +We will also highlight why there is no easy fix for this problem. + +## Champions + +- [Florian Verdonck](https://github.com/nojaf)