From 02cce8024d0e91036266cae310ed8d24f9c64d17 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Tue, 13 Aug 2024 11:27:33 -0400 Subject: CI: Added pytest, some speed improvements (#3135) Geos build is now cached, and its tests are no longer built. --- CODING_STYLE.md | 1 - 1 file changed, 1 deletion(-) (limited to 'CODING_STYLE.md') diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 0c47cd4e..34fff7c4 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -38,7 +38,6 @@ Code review is an important in our project, and we ask that all code changes be When providing feedback, please keep in mind our goals of making the codebase **fun to work on** and **easy to understand**. It may be the case that someone does something in a different way than you would have. If it still meets these goals, then perhaps it's fine as it is. Diversity of thought makes a codebase like ours stronger. - Object-Oriented Programming =========================== Object-oriented programming is encouraged but not required. It can often make code easier to understand, but not always. We pick the best tool to express the solution to our problem as clearly as possible. -- cgit v1.2.3