Skip to main content
Mark Seemann's user avatar
Mark Seemann's user avatar
Mark Seemann's user avatar
Mark Seemann
  • Member for 14 years, 7 months
  • Last seen more than a month ago
29 votes
Accepted

Unit tests for testing error codes

23 votes

Return total balance from unsorted purchase items that may have specials

11 votes
Accepted

Reading input from console in F# (as a sequence of lines)

11 votes
Accepted

Mock/Stub out filesystem in F# for unit testing

8 votes
Accepted

Can these unit tests be improved?

7 votes
Accepted

American Checkers

5 votes
Accepted

What would be alternative ways to model IConvention?

5 votes
Accepted

Anagram finder in F#

5 votes
Accepted

Transforming XML to HTML with XSLT

5 votes

FTP Download Helper Method

5 votes
Accepted

Wild and changing business rules implemented with functional programming

4 votes
Accepted

F# Active Pattern with Poker and Playing Cards

4 votes
Accepted

F# Simple Tree evaluation

4 votes

Conditionally display an Action depending on whether or not a player is connected

3 votes
Accepted

Implement total savings function on a record type

3 votes
Accepted

Future in f# is this an unavoidable use of a mutable variable?

2 votes
Accepted

Structuring Test Data

2 votes
Accepted

Trying to do Type-Driven Development in F#

2 votes
Accepted

Digit Power Sum with BigInteger

2 votes

Navigating a bounded 2D list (Advent of Code, Day 2: "Bathroom Security")

1 vote
Accepted

Factory pattern in F# for a web scraper