Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 567 Bytes

File metadata and controls

24 lines (14 loc) · 567 Bytes

First Steps

Before starting any project, go through this list.

Algorithms

Assume you'll implement an algorithm from a paper or some other reference.

  1. Does it have a patent?
  2. Has it been proven to work?

Libraries

Assume you'll use 3rd-party libraries on your project.

  1. Are they distributed by a standard dependency manager?
  2. Do the licenses allow commercial usage?

Softwares

Assume the list of commercial softwares you'll use during the development.

  1. Do you have a valid license to use it?
  2. Can you use an open-source alternative?