Pseudocode and Trello
Pseudocode
Pseudocode is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It is used for creating an outline or a rough draft of a program. Pseudocode summarizes a program's flow, but excludes underlying details. it cannot be compiled into an executable program. It uses short terms or simple English language syntaxes to write code for programs before it is actually converted into a specific programming language. This is done to identify top level flow errors, and understand the programming data flows that the final program is going to use.
•Pseudocode is understood by the programmers of all types.
• it enables the programmer to concentrate only on the algorithm part of the code development.
• It cannot be compiled into an executable program.
Trello
Trello is a web-based Kanban-style list-making application which is a subsidiary of Atlassian. Originally created by Fog Creek Software in 2011
with the help of trello board we can able to track and monitor the task or project.
Comments
Post a Comment