Chuck Woodraska
Chuck Woodraska
What are your thoughts on returning the result object instead of the control value when you conduct an experiment? I thought it would be interesting to run experiments inside unit...
To pull text out of the file I do a weird find and replace that could be replaced with a regex that would make it more readable.
Change from doing str + str to something like "{}{}".format(str, str) or f"{str}{str}".
This is linked to Cortex-Analyzer PRs: [572](https://github.com/TheHive-Project/Cortex-Analyzers/pull/572) [586](https://github.com/TheHive-Project/Cortex-Analyzers/pull/586) [587](https://github.com/TheHive-Project/Cortex-Analyzers/pull/587) [588](https://github.com/TheHive-Project/Cortex-Analyzers/pull/588)