Skip to content

acromarco/acrolinx-coding-guidance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guidance for the Development of Acrolinx Integrations

About This Document

The goal of this document is to have some kind of standard for developing code at Acrolinx.

This document is a collection of answers to questions that popped up in previous projects. It's not complete. If you find something that should be added, please contribute. Please read this document carefully. Even if you're keen to start your new project, take the time to read it. The Coding Guidance might save you a lot of trouble and time later. That said, this document is no replacement for good education, a stack of good coding books, or the experience and intuition that a good developer has.

You don't need to agree with all points in this document, and you might find exceptions where it makes sense to implement something differently. Remember: There are good reasons to not do good things. Make sure that your reasons are good enough. You're able to explain them, and it's not just a personal attitude ;-).

This document is written primarily for developing Sidebar integrations at Acrolinx. They interact with a writer and communicate with the Acrolinx Platform. Some parts also apply for our Platform development as well as embedded integration development.

Before You Start

Please contact Acrolinx SDK support for consulting and getting your integration certified.

Make sure that your IDE and system are properly configured.

The Acrolinx default settings and templates can be found in this repository:

git clone https://github.com/acrolinx/acrolinx-coding-guidance.git

Have a look at the IDE Settings.

Checklist

You may want to use the Review Checklist for Acrolinx Integrations to ensure the standards.

License

Copyright 2016-present Acrolinx GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

For more information visit: https://www.acrolinx.com

About

Guidance for the Development of Acrolinx Integrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%