Skip to content

Getting started #305

Closed Answered by carlosparadis
BenjyNStrauss asked this question in Q&A
Discussion options

You must be logged in to vote

(1) Generally, software engineering research requires you to go to an open-source website and collect a number of information. @rnkazman will sooner or later ask you to, for example, collect bug data. You will also need the git log, and so on. Rather than hardcoding all this information, which is unique to a project, into code, making it nonreusable, we annotate it in a file. That is the project configuration file. Think of it as a summary of all the information the tool needs to run the data on your machine.

(2) Kaiaulu is an offline tool, although some functionality may download data from APIs. The Notebook I pointed you to explain a bit of the configuration file organization of a proje…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carlosparadis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants