From 5e0ff7e68a319df5d64c21a7dcd24e60698171a0 Mon Sep 17 00:00:00 2001 From: Alexander Koblov Date: Tue, 18 Jul 2017 15:02:27 +0300 Subject: [PATCH] Removed unused abbreviation COS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 617963b..75e1267 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Caché ObjectScript (COS) Code Guidelines +# Caché ObjectScript Code Guidelines -This is the first approximation of Caché ObjectScript (COS) guidelines we use for github.com/intersystems-ru projects. There are mandatory and recommended parts. +This is the first approximation of Caché ObjectScript guidelines we use for github.com/intersystems-ru projects. There are mandatory and recommended parts. We do not plan to be very restrictive, but want be rather flexible enough and allow any *reasonable* style. Here is the general advice: use common sense and try to *be consistent* wherever you write code.