From 69e8499059c8b5d4946dd99e721946e8d774fe4f Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:30:08 -0400 Subject: [PATCH] Updated Choosing a Programming Tool (markdown) --- Choosing-a-Programming-Tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Choosing-a-Programming-Tool.md b/Choosing-a-Programming-Tool.md index 0eade69..1a4eaa3 100644 --- a/Choosing-a-Programming-Tool.md +++ b/Choosing-a-Programming-Tool.md @@ -12,7 +12,7 @@ You will need to select a programming tool to be able to write op modes for your

[[/images/Choosing-a-Programming-Tool/androidStudioScreen.jpg]]

-Each tool has its own merits and weaknesses. For many users (especially rookies and novice programmers), _**the FTC Blocks Programming Tool is the best overall tool to use**_. The Blocks Programming Tool is intuitive and easy-to-learn. It is the fastest way to get started programming your robot. +Each tool has its own merits and weaknesses. For many users (especially rookies and novice programmers), _**the FTC Blocks Programming Tool is the best overall tool to use**_. The Blocks Programming Tool is intuitive and easy-to-learn. _**It is the fastest way to get started programming your robot.**_ The FTC OnBot Java Programming Tool is similar to the Blocks Programming Tool. However, OnBot Java is a text-based tool and it requires that the user have a sound understanding of the Java programming language.