Skip to content
#

pattern

Here are 738 public repositories matching this topic...

text-analytics-with-python

Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.

  • Updated Dec 24, 2020
  • Jupyter Notebook
GuardClauses
ardalis
ardalis commented Jul 23, 2020

An Expression-based Guard could be used to provide flexibility and could cover any case not already taken care of by the library, without the need to write your own guard clause method.

public static T AgainstExpression<T>([JetBrainsNotNull] this IGuardClause<T> guardClause, [JetBrainsNotNull] Func<T, bool> func, [JetBrainsNotNull] string message) where T : struct
{
    if (func(gu

Improve this page

Add a description, image, and links to the pattern 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 pattern topic, visit your repo's landing page and select "manage topics."

Learn more