File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ Your contribution should fulfill the criteria provided below.
4949 on the selected benchmark sets and other things. In such situations, dictionaries that
5050 map strings to BenchmarkProblem objects are a good idea.
5151
52- - Think about autocomplete! If want to accept a string as argument (e.g. an algorithm
53- name) also accept input types that are more amenable to static analysis and offer
54- better autocomplete.
52+ - Think about autocomplete! If you want to accept a string as an argument (e.g. an
53+ algorithm name) also accept input types that are more amenable to static analysis and
54+ offer better autocomplete.
5555
5656- Whenever possible, use immutable types. Whenever things need to be changeable,
5757 consider using an immutable type with copy constructors for modified instances.
You can’t perform that action at this time.
0 commit comments