Problem statement See the problem statement in this post. This post is about using Python to write a program that implements a shell (REPL) to JIRA’s servers. Implement the REPL I implemented this REPL the same way the C version was made. I opted to not go for the “eval” option (as I did in […]
Problem statement See the problem statement in this post. This post is about using NodeJS to write a program that implements a shell (REPL) to JIRA’s servers. Implement the REPL I implemented this REPL the same way the C version was made. I opted to not go for the “eval” option (as I did in […]
Problem statement See the problem statement in this post. This post is about using the Ruby programming language to write a program that implements a shell (REPL) to JIRA’s servers. Implement the REPL I implemented this REPL the same way the C version was made. I opted to not go for the “eval” option (as […]
Problem statement See the problem statement in the previous post. This post is about using the C programming language to write a program that implements a shell (REPL) to JIRA’s servers. Implement the REPL The basic framework of the “shell” was brought in from this tutorial. The tutorial is well-written and made it easy to […]
Problem statement (rant) I don’t like JIRA’s web-UI. It’s a gigantic program that takes up an unnecessary amount of time to load and function. The initial page-load is slow. Subsequent page loads (as I navigate through the program) are slow. And all of this to serve up a glorified to-do list. It’s rude of the […]