Просмотр исходного кода

README: added section about Flipper code quality.

antirez 3 лет назад
Родитель
Сommit
1e6eaf553d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -20,6 +20,10 @@ true for the firmware of the device itself. It's a shame because especially
 in the case of code that talks with hardware peripherals there are tons
 in the case of code that talks with hardware peripherals there are tons
 of assumptions and hard-gained lessons that can [only be captured by comments and are in the code only implicitly](http://antirez.com/news/124).
 of assumptions and hard-gained lessons that can [only be captured by comments and are in the code only implicitly](http://antirez.com/news/124).
 
 
+However, the Flipper firmware source code is well written even if it
+lacks comments and documentation, so it is possible to make some ideas of
+how things work just grepping inside.
+
 # Detection algorithm
 # Detection algorithm
 
 
 In order to show unknown signals, the application attempts to understand if
 In order to show unknown signals, the application attempts to understand if